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