2017-09-07 17:16:31 +02:00
|
|
|
.popUpWarning { /* stylelint-disable */
|
|
|
|
|
width: 37.5rem!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
border: none!important;
|
|
|
|
|
> h4 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-family: Lato;
|
|
|
|
|
font-weight: bold!important;
|
|
|
|
|
font-size: 1.8rem!important;
|
|
|
|
|
}
|
|
|
|
|
> button {
|
|
|
|
|
margin-right: 0!important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.modalPosition {
|
|
|
|
|
top: 16.8rem;
|
2017-10-11 16:26:13 +02:00
|
|
|
left: 18.2rem;
|
2017-09-07 17:16:31 +02:00
|
|
|
margin-top: 0 !important;
|
2017-10-11 16:26:13 +02:00
|
|
|
|
2017-09-07 17:16:31 +02:00
|
|
|
> div {
|
|
|
|
|
border:none;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
width: 37.5rem;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.modalDangerBodyContainer {
|
|
|
|
|
padding-top: .1rem;
|
|
|
|
|
> img {
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
> p {
|
|
|
|
|
line-height: 1.8rem;
|
|
|
|
|
}
|
|
|
|
|
color: #F64D0A;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-family: Lato;
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
}
|
|
|
|
|
.buttonContainer {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0 .5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 3.5rem;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
> button {
|
|
|
|
|
height: 3rem;
|
|
|
|
|
width: 15rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
border-radius: 0.3rem;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-family: Lato;
|
|
|
|
|
&:focus {
|
|
|
|
|
outline: 0;
|
|
|
|
|
}
|
|
|
|
|
> i {
|
|
|
|
|
margin-right: 1.3rem;
|
|
|
|
|
}
|
|
|
|
|
&:hover {
|
|
|
|
|
&::after {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
border-radius: 0.3rem;
|
|
|
|
|
content: '';
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.primary {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%);
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
color: white !important;
|
2017-10-11 16:26:13 +02:00
|
|
|
border: none;
|
2017-09-07 17:16:31 +02:00
|
|
|
&:active {
|
|
|
|
|
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.secondary {
|
|
|
|
|
// height: 32px !important;
|
|
|
|
|
color: #F64D0A;
|
|
|
|
|
border: 0.1rem solid #F64D0A;
|
|
|
|
|
position: relative;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
&:active {
|
|
|
|
|
border: 0.15rem solid #F64D0A;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.bordered {
|
|
|
|
|
margin-top: -.4rem;
|
|
|
|
|
margin-left: 3rem;
|
|
|
|
|
margin-right: 3rem;
|
|
|
|
|
border: 1px solid #F6F6F6;
|
|
|
|
|
}
|