mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-22 16:04:08 +01:00
build(dependencies): update bootstrap to 4.0.0-alpha.6
This commit is contained in:
parent
2d6e848df3
commit
ef2ca9c09c
25 changed files with 227 additions and 172 deletions
19
src/app/theme/sass/_modal.scss
Normal file
19
src/app/theme/sass/_modal.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue