1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00
onion/sass/ascribe_form.scss

20 lines
308 B
SCSS
Raw Normal View History

2015-08-18 16:24:36 +02:00
.ascribe-form-wrapper {
margin: 0 auto;
max-width: 600px;
2015-08-31 19:04:44 +02:00
width: 80%;
2015-08-18 16:24:36 +02:00
@media (max-width: 550px) {
width: 100%;
}
2015-12-16 15:33:00 +01:00
}
.ascribe-form-btn-container-left {
float: left;
padding: 0 2px 2px 0;
}
.ascribe-form-btn-container-right {
float: right;
padding: 0 0 2px 2px;
}