2017-08-09 09:52:00 +02:00

227 lines
3.0 KiB
SCSS

.listContainer { /* stylelint-disable */
// margin-right: 15px;
}
.listSubContainer {
margin: 0 3.3rem;
padding: 1rem 2.8rem 5.8rem 2.8rem;
border-radius: 0.2rem;
background-color: #FFFFFF;
// background-color: red;
box-shadow: 0 0.2rem 0.4rem 0 #E3E9F3;
}
.flex {
display: flex;
justify-content: space-between;
margin-top: 0.8rem;
margin-bottom: 2.5rem;
}
.titleContainer {
color: #333740;
font-family: Lato;
font-size: 1.8rem;
font-weight: bold;
line-height: 2.2rem;
align-items: flex-start;
}
.ulContainer {
padding-top: .5rem;
> ul {
list-style: none;
padding: 0 1.7rem 0 1rem;
> li {
padding-top: .3rem;
line-height: 1.6rem;
}
}
}
.flexLi {
display: flex;
justify-content: space-between;
}
.flexLeft {
display: flex;
align-items: flex-start;
}
.marged {
margin-left: 1rem;
}
.flexed {
display: flex;
}
.label {
width: 20rem;
margin-left: 5rem;
color: #333740;
font-weight: 600;
}
.capitalized {
text-transform: capitalize;
}
.centered {
width: 20rem;
text-align: right;
}
.italicText {
font-family: Lato;
color: #49515A;
font-style: italic;
}
.normal {
font-family: Lato;
color: #1C5DE7;
padding-top: 0rem;
}
.primary {
font-family: Lato;
background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%);
color: white;
width: 15rem;
margin-left: 1.9rem!important;
&:hover {
color: white;
}
}
.secondary {
font-family: Lato;
color: #F64D0A;
border: 0.1rem solid #F64D0A;
&:hover {
color: #F64D0A;
background-color: white;
border: 0.1rem solid #F64D0A;
}
}
.bordered {
margin-left: 3rem;
margin-right: 3rem;
border: 1px solid #F6F6F6;
}
.noBorder {
border: none!important;
}
.flexStart {
justify-content: flex-start!important;
}
.italicText {
color: #49515A;
font-style: italic;
}
.normal {
color: #1C5DE7;
padding-top: 0rem;
}
.lighter {
color: #333740;
}
.modalPosition {
margin-top: 22rem ;
margin-left: 25%;
width: 50%!important;
max-width: none;
position: relative;
}
.modalBody {
padding: 0;
padding-top: 2rem;
}
.modalFooter {
margin-top: 1.1rem;
margin-bottom: 3.5rem;
padding-left: 3.1rem !important;
> input {
margin-top: 1.3rem!important;
}
> button {
&:focus {
outline: 0;
}
}
}
.padded {
padding-left: 3.1rem;
padding-right: 1.5rem;
}
.mHeader {
padding-top: 1.6rem;
padding-bottom: 1rem;
> h4 {
font-family: Lato;
font-weight: bold!important;
font-size: 1.8rem!important;
}
}
.squared {
height: 2rem;
width: 3.5rem;
padding-top: .2rem;
border-radius: 2px;
color: #FFFFFF;
font-size: 1.3rem;
font-weight: 400;
line-height: 1.6rem;
text-align: center;
}
.orange {
background-color: #FFB500;
}
.leftSpaced {
margin-left: 1rem;
}
.buttonContainer {
> button {
margin-right: 0;
}
}
.trashContainer {
margin-left: 4rem;
}
.spacer {
height: 1.6rem;
margin-bottom: 1.6rem;
border-bottom: 1px solid rgba(14,22,34,0.04);
}
.spacerSmall {
margin-bottom: 0rem;
}