mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 13:16:28 +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;
|
|
}
|
|
}
|