mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
more bootstrap layout changes.
This commit is contained in:
parent
6eb1d5acf2
commit
adb6f849f7
7 changed files with 34 additions and 8 deletions
|
@ -51,7 +51,7 @@
|
|||
|
||||
@baseFontSize: 20px;
|
||||
@baseFontFamily: @sansFontFamily;
|
||||
@baseLineHeight: 30px;
|
||||
@baseLineHeight: 20px;
|
||||
@altFontFamily: @serifFontFamily;
|
||||
|
||||
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
||||
|
@ -256,7 +256,7 @@
|
|||
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
|
||||
|
||||
// 1200px min
|
||||
@gridColumnWidth1200: 70px;
|
||||
@gridColumnWidth1200: 90px;
|
||||
@gridGutterWidth1200: 30px;
|
||||
@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue