Form: add send button on the right
This commit is contained in:
parent
0d27ca3bca
commit
877f64599d
3 changed files with 8 additions and 10 deletions
|
@ -34,13 +34,4 @@
|
|||
.date {
|
||||
float: right;
|
||||
}
|
||||
|
||||
form {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.send {
|
||||
float: right;
|
||||
margin-bottom: $default-padding;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
@import "colors";
|
||||
|
||||
.form {
|
||||
overflow: hidden;
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
|
@ -27,4 +29,9 @@
|
|||
background-color: $border-grey;
|
||||
}
|
||||
}
|
||||
|
||||
.send {
|
||||
float: right;
|
||||
margin-bottom: $default-padding;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue