mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
13 lines
183 B
SCSS
13 lines
183 B
SCSS
|
// scss-lint:disable SelectorDepth
|
||
|
// scss-lint:disable NestingDepth
|
||
|
|
||
|
@import "constants";
|
||
|
@import "mixins";
|
||
|
|
||
|
.protocol-info {
|
||
|
|
||
|
.protocol-description {
|
||
|
padding: 0 48px;
|
||
|
}
|
||
|
}
|