2018-11-08 15:02:41 +01:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.devise-confirmations {
|
|
|
|
.one-column-centered {
|
|
|
|
max-width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirmation-icon,
|
|
|
|
.confirmation-preamble,
|
|
|
|
.confirmation-instructions,
|
|
|
|
.confirmation-separator {
|
|
|
|
font-size: 1.15em;
|
|
|
|
margin-bottom: $default-padding * 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirmation-icon {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirmation-instructions {
|
|
|
|
color: #000000;
|
|
|
|
background-color: $yellow;
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-right: -15px;
|
|
|
|
padding: 15px 20px 17px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirmation-separator {
|
|
|
|
height: 1px;
|
|
|
|
margin-left: -12px;
|
|
|
|
margin-right: -12px;
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #DDDDDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirmation-resend {
|
2022-12-19 12:32:09 +01:00
|
|
|
|
2020-06-29 17:11:39 +02:00
|
|
|
p,
|
|
|
|
label {
|
2018-11-08 15:02:41 +01:00
|
|
|
margin-bottom: $default-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
2020-06-29 17:11:39 +02:00
|
|
|
label {
|
|
|
|
flex-basis: 100%;
|
|
|
|
}
|
|
|
|
|
2018-11-08 15:02:41 +01:00
|
|
|
input,
|
|
|
|
button {
|
|
|
|
margin-bottom: $default-spacer;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=email] {
|
|
|
|
width: auto;
|
|
|
|
flex-grow: 1;
|
|
|
|
margin-right: $default-spacer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|