mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
20 lines
No EOL
247 B
SCSS
20 lines
No EOL
247 B
SCSS
@import '_variables';
|
|
@import '_mixins';
|
|
|
|
table {
|
|
font-size: 14px;
|
|
max-width: 400px;
|
|
|
|
.label {
|
|
font-weight: $font-semibold;
|
|
min-width: 330px;
|
|
}
|
|
|
|
.glyphicon-ok {
|
|
color: $green;
|
|
}
|
|
|
|
.glyphicon-remove {
|
|
color: $red;
|
|
}
|
|
} |