mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
Make section more specific
This commit is contained in:
parent
551e0530be
commit
a1f574d33f
14
section.scss
14
section.scss
|
|
@ -1,25 +1,29 @@
|
|||
@import "_mixins", "_vars";
|
||||
|
||||
.box.orange {
|
||||
section.box.orange {
|
||||
border-top: 3px solid #FBA026;
|
||||
}
|
||||
|
||||
.box.red {
|
||||
section.box.red {
|
||||
border-top: 3px solid #B8312F;
|
||||
}
|
||||
|
||||
.box.green {
|
||||
section.box.green {
|
||||
border-top: 3px solid #41A85F;
|
||||
}
|
||||
|
||||
.box.blue {
|
||||
section.box.blue {
|
||||
border-top: 3px solid #2C82C9;
|
||||
}
|
||||
|
||||
.box.purple {
|
||||
section.box.purple {
|
||||
border-top: 3px solid #553982;
|
||||
}
|
||||
|
||||
section.box.darkblue {
|
||||
border-top: 3px solid #2969B0;
|
||||
}
|
||||
|
||||
.box {
|
||||
@include box-sizing(border-box);
|
||||
display: inline-block;
|
||||
|
|
|
|||
21
styles.css
21
styles.css
|
|
@ -3949,6 +3949,11 @@ div.alert {
|
|||
border: 2px solid #85b0ee;
|
||||
color: #4865a5; }
|
||||
|
||||
.slider {
|
||||
overflow-x: auto; }
|
||||
.slider ul {
|
||||
display: inline; }
|
||||
|
||||
/* Global */
|
||||
/* Content Container */
|
||||
/* Content box */
|
||||
|
|
@ -4192,6 +4197,9 @@ article a {
|
|||
.unseen {
|
||||
font-weight: bold; }
|
||||
|
||||
[data-href] {
|
||||
cursor: pointer; }
|
||||
|
||||
/* Global */
|
||||
/* Content Container */
|
||||
/* Content box */
|
||||
|
|
@ -4611,21 +4619,24 @@ main {
|
|||
/* Content box */
|
||||
/* Navigation */
|
||||
/* Colors */
|
||||
.box.orange {
|
||||
section.box.orange {
|
||||
border-top: 3px solid #FBA026; }
|
||||
|
||||
.box.red {
|
||||
section.box.red {
|
||||
border-top: 3px solid #B8312F; }
|
||||
|
||||
.box.green {
|
||||
section.box.green {
|
||||
border-top: 3px solid #41A85F; }
|
||||
|
||||
.box.blue {
|
||||
section.box.blue {
|
||||
border-top: 3px solid #2C82C9; }
|
||||
|
||||
.box.purple {
|
||||
section.box.purple {
|
||||
border-top: 3px solid #553982; }
|
||||
|
||||
section.box.darkblue {
|
||||
border-top: 3px solid #2969B0; }
|
||||
|
||||
.box {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user