Files

52 lines
803 B
SCSS
Raw Permalink Normal View History

2016-04-25 22:42:22 -07:00
.s-rule {
margin-left: 12px;
2016-04-28 00:58:50 -07:00
padding: 0 16px;
font-size: 14px;
box-shadow: none;
margin-bottom: -5px;
z-index: 1;
position: relative;
border-radius: 0;
border-left-width: 4px;
border-left-style: solid;
}
.s-rule.do {
2016-09-02 19:41:08 -04:00
border-left-color: #237317;
2016-04-28 00:58:50 -07:00
}
.s-rule.consider {
2016-09-02 19:41:08 -04:00
border-left-color: #1976D2;
2016-04-28 00:58:50 -07:00
}
2016-04-25 22:42:22 -07:00
2016-04-28 00:58:50 -07:00
.s-rule.avoid {
border-left-color: #E0343D;
2016-04-25 22:42:22 -07:00
}
.s-why, .s-why-last {
2016-04-28 00:58:50 -07:00
margin-left: 12px;
padding: 0 16px;
font-size: 14px;
box-shadow: none;
margin-bottom: -5px;
z-index: 1;
position: relative;
border-radius: 0;
border-left-width: 4px;
border-left-style: solid;
border-left-color: #EEE;
}
.s-why-last {
2016-04-30 23:11:33 -07:00
margin-bottom:32px;
}
table tr code-example .prettyprint {
margin-bottom: 0;
2016-04-25 22:42:22 -07:00
}
.file-tree-reference {
margin-bottom: 20px;
margin-top: 20px;
}