Refactor
This commit is contained in:
parent
8e21639baf
commit
4ba3797bc5
6 changed files with 5 additions and 12 deletions
2
semantic/dist/components/modal.css
vendored
2
semantic/dist/components/modal.css
vendored
|
@ -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;
|
||||
|
|
2
semantic/dist/components/modal.min.css
vendored
2
semantic/dist/components/modal.min.css
vendored
File diff suppressed because one or more lines are too long
2
semantic/dist/semantic.css
vendored
2
semantic/dist/semantic.css
vendored
|
@ -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) {
|
||||
|
|
2
semantic/dist/semantic.min.css
vendored
2
semantic/dist/semantic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -57,7 +57,7 @@
|
|||
@actionBorder: 1px solid @borderColor;
|
||||
@actionBackground: @offWhite;
|
||||
@actionPadding: 1rem 1rem;
|
||||
@actionAlign: right;
|
||||
@actionAlign: left;
|
||||
|
||||
@buttonDistance: 0.75em;
|
||||
@buttonCenteredDistance: 0.5em;
|
||||
|
|
|
@ -23,13 +23,6 @@ img {
|
|||
top: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Modal
|
||||
*/
|
||||
.ui.modal > .actions {
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Progress
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue