1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Move to stylelint

This commit is contained in:
Chocobozzz 2021-04-28 16:41:07 +02:00
parent 7d026caf68
commit 931d343018
No known key found for this signature in database
GPG key ID: 583A612D890159BE
118 changed files with 1389 additions and 1056 deletions

View file

@ -1,6 +1,6 @@
@import '_variables';
@import '_mixins';
@import "./_bootstrap-variables";
@import './_bootstrap-variables';
@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';
@ -30,7 +30,7 @@ ngb-accordion ::ng-deep {
background-color: unset;
padding: 0;
& + .collapse.show {
+ .collapse.show {
background-color: var(--submenuBackgroundColor);
}
}

View file

@ -19,7 +19,7 @@ table {
.more-info {
font-style: italic;
font-weight: initial;
font-size: 14px
font-size: 14px;
}
}