mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
fix(bundles): fix icons
This commit is contained in:
parent
3eaa3f15ff
commit
0949ecc67c
2 changed files with 13 additions and 105 deletions
|
|
@ -283,74 +283,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.included {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
margin: 1rem 0 0;
|
||||
|
||||
&__item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
list-style: none;
|
||||
margin: 0 0 1rem;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
font-weight: 300;
|
||||
padding-left: 0.5rem;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
display: inline-flex;
|
||||
width: 10px;
|
||||
height: 14px;
|
||||
border: solid #00db92;
|
||||
border-width: 0 2px 2px 0;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
}
|
||||
|
||||
&__text {
|
||||
margin: 0 0 0 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.not-included {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
margin: 1rem 0 0;
|
||||
|
||||
&__item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
list-style: none;
|
||||
margin: 0 0 1rem;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
font-weight: 300;
|
||||
padding-left: 0.5rem;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
display: inline-flex;
|
||||
width: 10px;
|
||||
height: 14px;
|
||||
border: solid #ff8588;
|
||||
border-width: 0 2px 2px 0;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
}
|
||||
|
||||
&__text {
|
||||
margin: 0 0 0 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.request-code-section {
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue