fix(core): update
This commit is contained in:
parent
e14d83b3a7
commit
888f07db79
@ -145,17 +145,21 @@ export class DeesButton extends DeesElement {
|
||||
}
|
||||
|
||||
.button.pending {
|
||||
background: #0277bd70;
|
||||
border: 1px solid ${cssManager.bdTheme('#0277bd', '#0277bd70')};
|
||||
background: ${cssManager.bdTheme('#0277bd', '#0277bd70')};
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.button.success {
|
||||
background: #8BC34A70;
|
||||
border: 1px solid ${cssManager.bdTheme('#689F38', '#8BC34A70')};
|
||||
background: ${cssManager.bdTheme('#689F38', '#8BC34A70')};
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.button.error {
|
||||
background: #E64A1970;
|
||||
border: 1px solid ${cssManager.bdTheme('#B71C1C', '#E64A1970')};
|
||||
background: ${cssManager.bdTheme('#B71C1C', '')};
|
||||
background: ;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -45,6 +45,7 @@ export class DeesSpinner extends DeesElement {
|
||||
}
|
||||
|
||||
#loading {
|
||||
transition: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
|
Loading…
Reference in New Issue
Block a user