mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
feat(bundles): fixes and adjustments
This commit is contained in:
parent
631a856200
commit
841d57d0ec
11 changed files with 99 additions and 84 deletions
|
|
@ -71,7 +71,7 @@
|
|||
display: none;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 2.5rem auto;
|
||||
margin: 2.5rem auto 5rem;
|
||||
|
||||
&__image {
|
||||
width: 100%;
|
||||
|
|
@ -184,7 +184,6 @@
|
|||
justify-content: flex-start;
|
||||
align-content: stretch;
|
||||
align-items: stretch;
|
||||
cursor: pointer;
|
||||
|
||||
&--front {
|
||||
text-align: center;
|
||||
|
|
@ -310,7 +309,6 @@
|
|||
border: solid #00db92;
|
||||
border-width: 0 2px 2px 0;
|
||||
transform: rotate(45deg);
|
||||
// ff3d71
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -353,6 +351,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.request-code-section {
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xl) {
|
||||
.section-container {
|
||||
padding-left: 1rem;
|
||||
|
|
@ -404,11 +406,6 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
td {
|
||||
font-weight: lighter;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
td ul {
|
||||
display: inline-block;
|
||||
margin: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue