mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 09:28:37 +08:00
16 lines
242 B
SCSS
16 lines
242 B
SCSS
|
|
/* Extending Bootstrap */
|
|
|
|
/* navbar avatar image */
|
|
.navbar-nav .avatar {
|
|
border-radius: 30px;
|
|
height: 30px;
|
|
margin-top: -14px;
|
|
position: relative;
|
|
width: 30px;
|
|
top: 5px;
|
|
}
|
|
|
|
.bootstrap-tagsinput > .label {
|
|
line-height: 2.3;
|
|
}
|