FIX: align categories with menu panel links
This commit is contained in:
parent
0e284e54f3
commit
5ec896d163
|
@ -76,8 +76,9 @@
|
||||||
float: left;
|
float: left;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
width: 43%;
|
width: 50%;
|
||||||
|
box-sizing: border-box;
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue