blacklist form

This commit is contained in:
Shin'ya Ueoka 2017-11-25 14:59:03 +09:00
parent bbad1c6c6a
commit df10208ed5
4 changed files with 75 additions and 13 deletions

View file

@ -0,0 +1,9 @@
.form-blacklist-form {
&-row {
display: flex;
.column-url {
flex: 1;
}
}
}