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

Move to sass module

This commit is contained in:
Chocobozzz 2021-05-27 18:25:00 +02:00
parent fa12eacc01
commit 8cbc40b2fe
No known key found for this signature in database
GPG key ID: 583A612D890159BE
170 changed files with 426 additions and 427 deletions

View file

@ -1,5 +1,5 @@
@use '_variables';
@use '_mixins';
@use '_variables' as *;
@use '_mixins' as *;
.glyphicon-ok {
color: $green;

View file

@ -1,9 +1,5 @@
@use '_variables';
@use '_mixins';
@use './_bootstrap-variables';
@use '~bootstrap/scss/functions';
@use '~bootstrap/scss/variables';
@use '_variables' as *;
@use '_mixins' as *;
.instance-name {
line-height: 1.7rem;
@ -19,7 +15,6 @@
.block {
font-size: 15px;
margin-bottom: 15px;
padding: 0 $btn-padding-x;
}
ngb-accordion ::ng-deep {

View file

@ -1,5 +1,5 @@
@use '_variables';
@use '_mixins';
@use '_variables' as *;
@use '_mixins' as *;
table {
font-size: 14px;