mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
fix(bundles): fix table
This commit is contained in:
parent
9fc42b19c0
commit
fd48698a88
3 changed files with 27 additions and 16 deletions
|
|
@ -67,14 +67,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.bundle-scheme {
|
||||
.bundles-architecture {
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 2.5rem auto 5rem;
|
||||
margin-bottom: 5rem;
|
||||
|
||||
&__image {
|
||||
.bundle-scheme {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 2.5rem auto;
|
||||
|
||||
&__image {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
|
|
@ -329,7 +333,6 @@
|
|||
background-color: #fafafa;
|
||||
|
||||
th, td {
|
||||
//border: 0.5px solid #dae0eb;
|
||||
padding: 0.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -360,6 +363,12 @@
|
|||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.features-table {
|
||||
.header {
|
||||
font-size: 0.875rem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(is) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue