fix: consistent challenge/privileges modal centering
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.sk-modal-background(ng-click="ctrl.cancel()")
|
.sk-modal-background(ng-click="ctrl.cancel()")
|
||||||
#privileges-modal.sk-modal-content
|
#privileges-modal.challenge-modal.sk-modal-content
|
||||||
.sn-component
|
.sn-component
|
||||||
.sk-panel
|
.sk-panel
|
||||||
.sk-panel-header
|
.sk-panel-header
|
||||||
|
|||||||
@@ -11,6 +11,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.challenge-modal {
|
||||||
|
.sk-panel .sk-panel-header {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#privileges-modal {
|
#privileges-modal {
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
@@ -21,7 +27,6 @@
|
|||||||
|
|
||||||
.sk-panel-header {
|
.sk-panel-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-button {
|
.close-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user