mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 08:18:40 +00:00
Optimize scss
This commit is contained in:
parent
783aa29209
commit
a4799ad5dd
75
table.scss
75
table.scss
|
|
@ -1,70 +1,43 @@
|
||||||
@import "_mixins", "_vars";
|
@import "_mixins", "_vars";
|
||||||
|
|
||||||
.table.red {
|
.table {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
caption {
|
caption {
|
||||||
background: #B8312F;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
background: #B8312F;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.table.orange {
|
|
||||||
background: none;
|
|
||||||
|
|
||||||
caption {
|
|
||||||
background: #FBA026;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
&.red {
|
||||||
background: #FBA026;
|
caption, thead {
|
||||||
color: #fff;
|
background: #B8312F;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.table.green {
|
|
||||||
background: none;
|
|
||||||
|
|
||||||
caption {
|
|
||||||
background: #41A85F;
|
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
&.orange {
|
||||||
background: #41A85F;
|
caption, thead {
|
||||||
color: #fff;
|
background: #FBA026;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.table.blue {
|
|
||||||
background: none;
|
|
||||||
|
|
||||||
caption {
|
|
||||||
background: #2C82C9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
&.green {
|
||||||
background: #2C82C9;
|
caption, thead {
|
||||||
color: #fff;
|
background: #41A85F;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.table.white {
|
|
||||||
background: none;
|
|
||||||
|
|
||||||
caption {
|
|
||||||
background: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
&.blue {
|
||||||
background: #fff;
|
caption, thead {
|
||||||
|
background: #2C82C9;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.white {
|
||||||
|
caption, thead {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -221,4 +194,4 @@ table.list {
|
||||||
|
|
||||||
.nobreak {
|
.nobreak {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user