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

17 lines
242 B
SCSS
Raw Normal View History

2016-02-12 23:52:43 +08:00
/* Extending Bootstrap */
/* navbar avatar image */
.navbar-nav .avatar {
border-radius: 30px;
height: 30px;
margin-top: -14px;
position: relative;
width: 30px;
top: 5px;
}
2016-08-05 15:12:17 +08:00
.bootstrap-tagsinput > .label {
2016-08-05 15:47:06 +08:00
line-height: 2.3;
2016-08-05 15:12:17 +08:00
}