bansho/app/assets/sass/temporary.scss
Alexandre Viau 48b9f5c817 Improve login and logout + replaced tabs by spaces
Change-Id: I15ea3a23024a8c992b56429a5352746c9aa598bc
2015-05-15 16:34:49 -04:00

33 lines
414 B
SCSS

.centered {
position: fixed;
margin-top: 15px;
left: 50%;
transform: translate(-50%);
}
.bansho-title {
color: #ddd;
font-size: 300%;
padding-bottom: 0px;
margin-bottom: 0px;
}
.form-group {
padding-top: 5px;
padding-bottom: 15px;
}
.form-control {
width: 500px;
}
.field {
float: right;
width: 400px;
}
.label {
width: 85px;
padding-right: 15px;
}