[simple theme] define device width with less vars in defenition.less

This commit is contained in:
MrPaulBlack 2021-10-18 21:57:32 +02:00
parent 32fb2bdf85
commit 6204ef665f
7 changed files with 16 additions and 10 deletions

View file

@ -196,6 +196,12 @@ html {
@results-margin: 2rem;
@search-width: 40rem;
/// Device Size
/// @desktop > @tablet
@tablet: 80em;
@phone: 50em;
@small-phone: 35em;
/// From style.less
@stacked-bar-chart: rgb(0, 0, 0);