add messing import

This commit is contained in:
Peter Maquiran
2023-07-12 15:49:34 +01:00
parent 86f9e528e1
commit a7b247dba5
28 changed files with 57 additions and 16 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
@import '~src/function.scss';
.div-top-header{
margin: 0 em(20px);
margin: 0 em(20);
background-color: #0782c9;
padding-top: em(15px);
padding-top: em(15);
border: 0!important;
}
.div-logo{
background: transparent;
width: em(140px);
width: em(140);
justify-content: center;
display: flex;
}