Add more styles
This commit is contained in:
24
styles/components/badge.css
Normal file
24
styles/components/badge.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.badge {
|
||||
color: var(--color-white);
|
||||
display: inline-block;
|
||||
padding: 0 15px;
|
||||
text-transform: uppercase;
|
||||
border-radius: 15px;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
|
||||
&--adopt {
|
||||
background: var(--color-green);
|
||||
}
|
||||
&--trial {
|
||||
background: var(--color-orange);
|
||||
}
|
||||
&--assess {
|
||||
background: var(--color-blue);
|
||||
}
|
||||
&--hold {
|
||||
background: var(--color-marine);
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,19 @@
|
||||
.header {
|
||||
height: 130px;
|
||||
margin: 40px 0 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&__logo {
|
||||
flex: 1 0 auto;
|
||||
& img {
|
||||
display: block;
|
||||
width: 150px;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
&__nav {
|
||||
flex: 0 0 auto;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
9
styles/components/hero-headline.css
Normal file
9
styles/components/hero-headline.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.hero-headline {
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
color: var(--color-white);
|
||||
|
||||
&__alt {
|
||||
color: var(--color-gray-light);
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
.page {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
13
styles/components/quadrant-section.css
Normal file
13
styles/components/quadrant-section.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.quadrant-section {
|
||||
&__header {
|
||||
|
||||
}
|
||||
|
||||
&__lists {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
&__list {
|
||||
flex: 0 0 20%;
|
||||
}
|
||||
}
|
||||
10
styles/components/ring-list.css
Normal file
10
styles/components/ring-list.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.ring-list {
|
||||
&__header {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
&__item {
|
||||
display: block;
|
||||
color: var(--color-white);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user