mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
12 lines
No EOL
468 B
Text
12 lines
No EOL
468 B
Text
@nzbdroneRed : #c4273c;
|
|
@purple : #7a43b6;
|
|
@nzbdronePurple : #7932ea;
|
|
@nzbdronePink : #F43565;
|
|
@droneTeal : #35c5f4;
|
|
|
|
@screen-tn-max: @screen-xs-min - 1;
|
|
@tn: ~'(max-width: @{screen-tn-max})';
|
|
@xs: ~'(min-width: @{screen-xs-max}) and (max-width: @{screen-xs-max})';
|
|
@sm: ~'(min-width: @{screen-sm-min}) and (max-width: @{screen-sm-max})';
|
|
@md: ~'(min-width: @{screen-md-min}) and (max-width: @{screen-md-max})';
|
|
@lg: ~'(min-width: @{screen-lg-min})'; |