mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 17:39:38 +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;
|
||
|
}
|
||
|
}
|