mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
14 lines
188 B
SCSS
14 lines
188 B
SCSS
|
|
||
|
/* Extending Bootstrap */
|
||
|
|
||
|
/* navbar avatar image */
|
||
|
.navbar-nav .avatar {
|
||
|
border-radius: 30px;
|
||
|
height: 30px;
|
||
|
margin-top: -14px;
|
||
|
position: relative;
|
||
|
width: 30px;
|
||
|
top: 5px;
|
||
|
}
|
||
|
|