aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_mixins.scss1
-rw-r--r--client/src/sass/include/_variables.scss2
2 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 2f436d787..4d7a19ddf 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -701,6 +701,7 @@
701 span { 701 span {
702 position: absolute; 702 position: absolute;
703 color: $grey-foreground-color; 703 color: $grey-foreground-color;
704
704 @if $small { 705 @if $small {
705 top: -1px; 706 top: -1px;
706 } 707 }
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index e0a4c7d3f..f973b3257 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -98,6 +98,8 @@ $focus-box-shadow-form: 0 0 0 .2rem;
98$video-watch-player-factor: math.div(16, 9); 98$video-watch-player-factor: math.div(16, 9);
99$video-watch-info-margin-left: 44px; 99$video-watch-info-margin-left: 44px;
100 100
101$primeng-breakpoint: 960px;
102
101/*** map theme ***/ 103/*** map theme ***/
102 104
103// pass variables into a sass map, 105// pass variables into a sass map,