mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
11 lines
168 B
SCSS
11 lines
168 B
SCSS
.user-account-addons {
|
|
.content-pane {
|
|
margin: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
.addons-title {
|
|
border-bottom: $border-tertiary;
|
|
padding-bottom: 15px;
|
|
}
|
|
}
|