taiga-front/app/styles/modules/create-project.scss

56 lines
1.1 KiB
SCSS

.create-project {
@include table-flex(center, center, flex, row, wrap, center);
@extend %triangled-bg;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 999;
fieldset {
margin-bottom: 1rem;
}
.create-project-container {
@include table-flex-child(0, 400px, 0, 400px);
}
h1 {
color: $white;
text-align: center;
}
.logo,
.tagline {
margin-bottom: 1rem;
text-align: center;
}
.tagline {
@extend %xlarge;
@extend %title;
color: $white;
line-height: 2rem;
text-transform: uppercase;
}
form {
margin-bottom: 2rem;
}
input {
background: $white;
@include placeholder {
color: $gray-light;
}
}
.button {
color: $white;
display: block;
margin-bottom: .5rem;
text-align: center;
&:hover {
background: $fresh-taiga;
}
}
a {
&:hover {
color: $white;
}
}
}