refactor(buttons): fix styles

This commit is contained in:
Alexander Zhukov 2017-06-02 16:05:11 +03:00
parent 59ef144716
commit 774fe48d65
11 changed files with 955 additions and 595 deletions

View file

@ -1,10 +1,18 @@
.btn-size-container {
div:nth-child(1) {
.row {
padding: 0 15px;
}
.size-container {
margin-right: 20px;
.header {
margin-bottom: 7px;
}
div:nth-child(2) {
.subheader {
color: #ffffff;
margin-bottom: 19px;
font-size: 0.875rem;
font-weight: 300;
}
}