Skip to content

Commit

Permalink
CSS @import must be first statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Apr 12, 2020
1 parent 1e56f56 commit 142d9dc
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions UI/css/ledgersmb-blue.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb, blue theme */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -168,5 +170,3 @@
--th-font-size:10pt;
--version_info-font-size:initial;
}

@import url("ledgersmb-common.css");
4 changes: 2 additions & 2 deletions UI/css/ledgersmb-brown.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb, brown theme */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -155,5 +157,3 @@
--th-font-size:10pt;
--version_info-font-size:initial;
}

@import url("ledgersmb-common.css");
4 changes: 2 additions & 2 deletions UI/css/ledgersmb-purple.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb, purple theme */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -155,5 +157,3 @@
--th-font-size:10pt;
--version_info-font-size:initial;
}

@import url("ledgersmb-common.css");
4 changes: 2 additions & 2 deletions UI/css/ledgersmb-red.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb, red theme */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -155,5 +157,3 @@
--th-font-size:10pt;
--version_info-font-size:initial;
}

@import url("ledgersmb-common.css");
4 changes: 2 additions & 2 deletions UI/css/ledgersmb-redyellow.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb, redyellow theme */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -155,5 +157,3 @@
--th-font-size:10pt;
--version_info-font-size:initial;
}

@import url("ledgersmb-common.css");
4 changes: 2 additions & 2 deletions UI/css/ledgersmb-smallgray.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb, smallgray theme */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -155,5 +157,3 @@
--th-font-size:14.667px;
--version_info-font-size:initial;
}

@import url("ledgersmb-common.css");
4 changes: 2 additions & 2 deletions UI/css/ledgersmb-yellow.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb, yellow theme */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -155,5 +157,3 @@
--th-font-size:10pt;
--version_info-font-size:initial;
}

@import url("ledgersmb-common.css");
4 changes: 2 additions & 2 deletions UI/css/ledgersmb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* stylesheet for ledger-smb */

@import url("ledgersmb-common.css");

/* CSS3 Variables */
:root {
/* Backgrounds */
Expand Down Expand Up @@ -166,5 +168,3 @@
--th-font-size:10pt;
--version_info-font-size:9pt;
}

@import url("ledgersmb-common.css");

0 comments on commit 142d9dc

Please sign in to comment.