修改样式:修改dropdown-divider默认上下margin量

This commit is contained in:
Argo-MacBookPro 2018-08-10 21:26:00 +08:00
parent 38e36f5a61
commit cbb08ae1ba
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.dropdown-divider {
margin: 0.125rem 0;
}
.btn-fill {
width: 100%;
}