1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00
Peertube/client/src/app/shared/instance/instance-features-table.component.scss
2018-08-28 17:39:29 +02:00

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;
}
}