mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
13 lines
188 B
SCSS
13 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;
|
|
}
|
|
|