mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 01:19:45 +08:00
18 lines
348 B
SCSS
18 lines
348 B
SCSS
/* Extending Bootstrap */
|
|
|
|
@import "colors";
|
|
|
|
/* navbar avatar image */
|
|
.navbar-nav .avatar {
|
|
border-radius: 30px;
|
|
height: 30px;
|
|
margin-top: -14px;
|
|
position: relative;
|
|
width: 30px;
|
|
top: 5px;
|
|
}
|
|
|
|
// Active tab with error should retain error color if clicked on again
|
|
.nav-tabs > li.active.has-error > a {
|
|
color: $color-apple-blossom;
|
|
}
|