|
@@ -25,6 +25,9 @@
|
|
.pb20 {
|
|
.pb20 {
|
|
padding-bottom: 20px !important;
|
|
padding-bottom: 20px !important;
|
|
}
|
|
}
|
|
|
|
+.pb32{
|
|
|
|
+ padding-bottom: 32px;
|
|
|
|
+}
|
|
.mt5 {
|
|
.mt5 {
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
@@ -73,6 +76,9 @@
|
|
.mt32{
|
|
.mt32{
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
}
|
|
}
|
|
|
|
+.mb32{
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
+}
|
|
.el-dialog:not(.is-fullscreen) {
|
|
.el-dialog:not(.is-fullscreen) {
|
|
margin-top: 6vh !important;
|
|
margin-top: 6vh !important;
|
|
}
|
|
}
|
|
@@ -414,3 +420,8 @@
|
|
.text-right{
|
|
.text-right{
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
+.el-dialog__body--clear{
|
|
|
|
+ .el-dialog__body{
|
|
|
|
+ padding: 0;
|
|
|
|
+ }
|
|
|
|
+}
|