mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Change px unity to custom scss em fucntion
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #0782c9;
|
background-color: #0782c9;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-top: 15px;
|
padding-top: em(15px);
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
|
|
||||||
.div-search{
|
.div-search{
|
||||||
@@ -26,6 +26,6 @@
|
|||||||
.div-profile{
|
.div-profile{
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 10px;
|
margin-right: em(10px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user