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