Skip to content

Commit

Permalink
CSS file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Jan 12, 2021
1 parent 8dd6d2a commit 9b3c167
Show file tree
Hide file tree
Showing 4 changed files with 5,817 additions and 8 deletions.
9 changes: 2 additions & 7 deletions static/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ div.tile.wide {
font-size: 21px;
line-height: 12px;
height: @rack-cell-small - 6px;
width: @rack-cell-small + 3px;
width: @rack-cell-small + 1px;
padding-top: 6px;
margin-left: -3px;
}
Expand All @@ -556,12 +556,7 @@ div.tile.ui-draggable-dragging {

.rack td {
min-width: @rack-cell-small;
/*
max-height: @rack-cell-small;
max-width: @rack-cell-small;
height: @rack-cell-small;
width: @rack-cell-small;
*/
width: @rack-cell-small + 2px;
}

tr.colid {
Expand Down
1 change: 1 addition & 0 deletions static/skrafl-curry.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
@close-btn: @freshtile;
@help-link: @double-letter;
@focal: #ffffc8; /* Pale yellow */
@chat-background: desaturate(lighten(@board-background, 10%), 10%);
@chall-btn: @triple-letter;
@score-manual: @double-letter;
@tab-background: #f4f4f4;
Expand Down
8 changes: 7 additions & 1 deletion static/skrafl-desat.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
@freshtile: desaturate(#7ad3b7, 10%); /* Pantone 337 U */
@cell-border: #e8e8e8; /* #f2f2f2; */
@neutral: desaturate(#222222, 40%);
@box-shadow: #333333;
@hint: #666666;
@blank-sel: #777777;
@background: desaturate(#d6d1c4, 40%); /* Pantone 7534 U */
@pass-btn: desaturate(#ffa03b, 40%); /* Pantone 137 U */
@hover-link: @pass-btn; /* Pantone 137 U */
Expand All @@ -29,11 +32,14 @@
@nav-btn: @pass-btn;
@close-btn: @freshtile;
@help-link: @triple-letter;
@clock-digits: #000000;
@focal: #ffffc8; /* Pale yellow */
@chat-background: desaturate(lighten(@board-background, 10%), 10%);
@chall-btn: @triple-letter;
@score-manual: @double-letter;
@tab-background: #f4f4f4;
@almost-black: #202020;
@clock-digits: #000000;
@board-center: @almost-black;

@theme1: fade(@racktile, 10%);
@theme2: fade(@freshtile, 10%);
Expand Down
Loading

0 comments on commit 9b3c167

Please sign in to comment.