mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
refactor(theme): theme refactor, buttons, toaster, preloader
This commit is contained in:
parent
d5f69647aa
commit
59ef144716
77 changed files with 1324 additions and 954 deletions
|
|
@ -0,0 +1,33 @@
|
|||
$btn-empty-size: 50px;
|
||||
|
||||
.btn-empty {
|
||||
height: $btn-empty-size !important;
|
||||
width: $btn-empty-size !important;
|
||||
padding: 1rem !important;
|
||||
}
|
||||
|
||||
.btn-default-container {
|
||||
.btn-container-title {
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.btn-details-container {
|
||||
margin-top: 24px;
|
||||
|
||||
.btn-details-item {
|
||||
display: flex;
|
||||
margin-bottom: 8px;
|
||||
|
||||
div:nth-child(2) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-left: 17px;
|
||||
|
||||
span:nth-child(1) {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue