superfly-css-utilities-colors
Version:
119 lines (103 loc) • 1.84 kB
CSS
@import "superfly-css-foundation";
@import "superfly-css-typography";
@import "superfly-css-component-display";
hr {
margin-left: 0;
max-width: 50rem;
color: black;
height: 1px;
background-color: black;
margin-top: 3rem;
margin-bottom: 3rem;
}
.Test {
margin-left: 10rem;
}
.Test-render {
color: white;
font-weight: 600;
}
.Test-when {
margin-bottom: 3rem;
}
.Test-when::before {
content: "When ";
color: rgba(26, 192, 186, 0.64);
}
.Test-then {
margin-bottom: 3rem;
}
.Test-then::before {
content: "Then ";
color: rgba(26, 192, 186, 0.64);
}
.Test-header {
color: #1AC0BA;
background-color: #F2F2F2;
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
margin-bottom: 5rem;
}
.Test-header > h1 {
margin-bottom: 2rem;
color: #1AC0BA;
}
.Test-header > a {
color: #1AC0BA;
text-decoration: none;
font-size: 1.5rem;
font-family: sans-serif;
font-weight: 500;
display: inline-block;
width: 12em;
padding: 10px;
border-style: solid;
border-width: 3px;
border-color: #1AC0BA;
border-radius: 3px;
}
.hljs-tag {
padding: 0px;
white-space: normal;
color: inherit;
font-size: 1.1rem;
line-height: 2;
font-weight: 300;
}
/*
.hljs-title {
padding: 0px;
white-space: normal;
color: orange;
font-size: 1.3em;
line-height: 2;
font-weight: 600;
}
*/
.Test-markup {
color: #FF8D0D;
padding-left: 2rem;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: gray;
max-width: 50rem;
margin-bottom: 3rem;
}
.transparent-test-block {
width: 50rem;
height: 100px;
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: gray;
border-radius: 3px;
display: flex;
align-items: center;
padding-left: 2rem;
}
::selection {
color: red;
background: yellow;
}