mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
styled dropdown
This commit is contained in:
parent
3117a464f0
commit
8cd86a50bb
1 changed files with 27 additions and 0 deletions
|
@ -554,6 +554,33 @@ a[data-toggle="tooltip"] {
|
|||
}
|
||||
}
|
||||
|
||||
// Global team switch
|
||||
#team-switch {
|
||||
background: $color-theme-primary;
|
||||
word-wrap: break-word;
|
||||
|
||||
span {
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
li {
|
||||
display: block;
|
||||
text-align: left;
|
||||
|
||||
&:hover {
|
||||
background-color: $color-concrete;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color-emperor;
|
||||
line-height: 1.6em;
|
||||
padding: 3px 20px;
|
||||
text-decoration: none;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** Settings */
|
||||
.nav-settings {
|
||||
margin-top: 15px;
|
||||
|
|
Loading…
Reference in a new issue