funky-framadate-front/mocks/old-stuff/pages/create-or-retrieve/create-or-retrieve.componen...

28 lines
392 B
SCSS
Raw Normal View History

.container {
2020-04-21 10:50:26 +02:00
display: flex;
flex-direction: column;
margin: auto;
}
h1 {
2020-04-21 10:50:26 +02:00
display: inline-block;
margin-bottom: 3rem;
font-size: 2.6rem;
2020-04-21 10:50:26 +02:00
&::after {
content: '';
display: block;
width: 27.4%;
height: 2px;
margin-top: 5px;
margin-right: auto;
margin-left: auto;
// background-color: $primary_color;
}
2019-12-30 11:15:17 +01:00
}
label {
2020-04-21 10:50:26 +02:00
float: left;
}
input[type='email'] {
2020-04-21 10:50:26 +02:00
display: block;
2019-12-30 11:15:17 +01:00
}