This commit is contained in:
Jay Trees 2022-02-24 11:39:37 +01:00
parent 8e21639baf
commit 4ba3797bc5
6 changed files with 5 additions and 12 deletions

View file

@ -179,7 +179,7 @@
background: #F9FAFB;
padding: 1rem 1rem;
border-top: 1px solid rgba(34, 36, 38, 0.15);
text-align: right;
text-align: left;
}
.ui.modal .actions > .button:not(.fluid) {
margin-left: 0.75em;

File diff suppressed because one or more lines are too long

View file

@ -60066,7 +60066,7 @@ select.ui.dropdown {
background: #F9FAFB;
padding: 1rem 1rem;
border-top: 1px solid rgba(34, 36, 38, 0.15);
text-align: right;
text-align: left;
}
.ui.modal .actions > .button:not(.fluid) {

File diff suppressed because one or more lines are too long

View file

@ -57,7 +57,7 @@
@actionBorder: 1px solid @borderColor;
@actionBackground: @offWhite;
@actionPadding: 1rem 1rem;
@actionAlign: right;
@actionAlign: left;
@buttonDistance: 0.75em;
@buttonCenteredDistance: 0.5em;

View file

@ -23,13 +23,6 @@ img {
top: 100%;
}
/**
* Modal
*/
.ui.modal > .actions {
text-align: inherit;
}
/**
* Progress
*/