mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-25 16:06:19 +00:00
Improved tags list section
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import '../utils/base';
|
||||
@import '../utils/mixins/box-shadow';
|
||||
@import '../utils/mixins/vertical-align';
|
||||
|
||||
$asideMenuMobileWidth: 280px;
|
||||
|
||||
@@ -74,3 +75,22 @@ $asideMenuMobileWidth: 280px;
|
||||
.aside-menu__item-text {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.aside-menu__nav-group-title {
|
||||
font-size: .9rem;
|
||||
text-align: center;
|
||||
color: #bbb;
|
||||
text-shadow: 1px 1px #ddd;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
@include vertical-align();
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: red;
|
||||
}
|
||||
}
|
||||
.aside-menu__nav-group-title:not(:first-child) {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user