build(dependencies): update bootstrap to 4.0.0-alpha.6

This commit is contained in:
hryb 2017-04-10 15:48:15 +03:00 committed by Lex Zhukov
parent 2d6e848df3
commit ef2ca9c09c
25 changed files with 227 additions and 172 deletions

View file

@ -0,0 +1,19 @@
.modal-header {
border: none;
padding: 10px 15px 0 15px;
}
.modal-footer {
border: none;
}
button.close {
padding-bottom: 2px;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
&:hover {
opacity: .5;
}
}