mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
12 lines
168 B
SCSS
12 lines
168 B
SCSS
|
.user-account-addons {
|
||
|
.content-pane {
|
||
|
margin: 0;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
|
||
|
.addons-title {
|
||
|
border-bottom: $border-tertiary;
|
||
|
padding-bottom: 15px;
|
||
|
}
|
||
|
}
|