mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use single quotes from import statements in less
This commit is contained in:
parent
0b9199bac6
commit
418e1d58c7
5 changed files with 7 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@import "stremio-colors";
|
||||
@import 'stremio-colors';
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('/fonts/OpenSans-Light.ttf') format('truetype');
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
@import "stremio-colors";
|
||||
|
||||
@import 'stremio-colors';
|
||||
.root {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background-color: @colorprimlight60;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@import "stremio-colors";
|
||||
@import 'stremio-colors';
|
||||
.nav-tab {
|
||||
height: 100%;
|
||||
padding: 0 1.5%;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "stremio-colors";
|
||||
@import 'stremio-colors';
|
||||
.nav-bar {
|
||||
height: 44px;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
@import "stremio-colors";
|
||||
|
||||
@import 'stremio-colors';
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
|
@ -39,4 +38,4 @@
|
|||
.button-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue