scinote-web/app/assets/stylesheets/extend/bootstrap.scss

19 lines
353 B
SCSS
Raw Normal View History

2016-02-12 23:52:43 +08:00
/* Extending Bootstrap */
@import "colors";
2016-02-12 23:52:43 +08:00
/* 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;
2016-08-05 15:12:17 +08:00
}