I2P brand styleguides for the web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
834 B

7 years ago
p {
6 years ago
color: $oc-gray-9;
7 years ago
}
.color {
height: 100px;
}
.grid {
height: 100px;
background-color: $primary;
border-radius: 7px;
& span {
margin: 10px 10px 10px 10px;
color: white;
}
}
.header-display {
&::before {
background: $secondary;
content: " ";
display: inline-block;
width: 7px;
}
}
h1.header-display {
&::before {
height: 3.75rem; // 150% of text-size
transform: translate(-15px, 0.9375rem); // 25% of height
}
}
h2.header-display {
&::before {
height: 3rem;
transform: translate(-15px, 0.75rem);
}
}
h3.header-display {
&::before {
height: 2.625rem;
transform: translate(-15px, 0.65625rem);
}
}
h4.header-display {
&::before {
height: 2.25rem;
transform: translate(-15px, 0.5625rem);
}
}
.icon {
font-size: 20px;
6 years ago
background-color: $oc-gray-9;
7 years ago
padding: 20px;
}