Initial commit
This commit is contained in:
28
pma/themes/original/scss/_nav.scss
Normal file
28
pma/themes/original/scss/_nav.scss
Normal file
@ -0,0 +1,28 @@
|
||||
.nav-pills {
|
||||
.nav-link {
|
||||
margin: 0.1em;
|
||||
padding: 0.2em;
|
||||
font-weight: bold;
|
||||
color: #00f;
|
||||
|
||||
&:hover {
|
||||
color: #f00;
|
||||
background-color: $bg-one;
|
||||
|
||||
@include border-radius(0.3em);
|
||||
}
|
||||
|
||||
img {
|
||||
margin-#{$right}: 0.1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link.active,
|
||||
.show > .nav-link {
|
||||
color: #00f;
|
||||
background-color: $bg-one;
|
||||
|
||||
@include border-radius(0.3em);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user