font sizes changed
This commit is contained in:
parent
6f7a6482d2
commit
878c5d4310
@ -14,7 +14,6 @@
|
|||||||
flex-basis: 16em;
|
flex-basis: 16em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 16px;
|
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
@ -58,10 +57,11 @@ sib-router {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sub-menu {
|
.sub-menu {
|
||||||
padding-left: 1.9em;
|
padding-left: 1.8em;
|
||||||
div{
|
div{
|
||||||
color: $color-grey-mid;
|
color: $color-grey-mid;
|
||||||
padding-bottom: 0.7em;
|
padding-bottom: 0.7em;
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ sib-router {
|
|||||||
.menu-notification > div {
|
.menu-notification > div {
|
||||||
background-color: $color-purple-dark;
|
background-color: $color-purple-dark;
|
||||||
color: $color-yellow-light;
|
color: $color-yellow-light;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ sib-router {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
width: 1.9em;
|
width: 1.9em;
|
||||||
@ -130,7 +130,7 @@ sib-router {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -144,7 +144,8 @@ sib-router {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding-left: 10px;
|
letter-spacing: 0.17px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-notification {
|
.menu-notification {
|
||||||
@ -162,11 +163,11 @@ sib-router {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 1.6em;
|
width: 1.7em;
|
||||||
height: 1.6em;
|
height: 1.7em;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-color: $color-yellow-light;
|
background-color: $color-yellow-light;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user