update modal styles

This commit is contained in:
Danil Kovtonyuk 2020-03-11 23:33:56 +10:00
parent 3406debde0
commit fced7b3e44

View File

@ -35,3 +35,17 @@
.box {
border: 1px solid #393939;
}
.modal {
&-card {
margin: 0;
border: 1px solid #393939;
border-radius: $box-radius;
&-foot {
.button {
padding-right: 1.3rem;
}
}
}
}