mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 14:08:07 +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
|
|
@ -16,19 +16,19 @@
|
|||
|
||||
@media screen and (min-width: 1325px) {
|
||||
.pie-chart-item-container {
|
||||
width: 25%;
|
||||
max-width: 25%;
|
||||
flex: 0 0 25%
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 700px) and (max-width: 1325px) {
|
||||
.pie-chart-item-container {
|
||||
width: 50%;
|
||||
max-width: 50%;
|
||||
flex: 0 0 50%
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 700px) {
|
||||
.pie-chart-item-container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
flex: 0 0 100%
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@
|
|||
}
|
||||
.row {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
> div {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue