fix bordo header modale
This commit is contained in:
@@ -36,6 +36,7 @@ sans-serif;
|
||||
height: @modal-header-height;
|
||||
line-height: @modal-header-height;
|
||||
position: relative;
|
||||
box-sizing: content-box;
|
||||
button.close {
|
||||
position: absolute;
|
||||
width: 28px;
|
||||
@@ -60,6 +61,7 @@ sans-serif;
|
||||
left: calc(~'50%' - @modal-login-width /2);
|
||||
header {
|
||||
background-color: @color-darkish-blue;
|
||||
border-bottom: 2px solid @color-label-grey;
|
||||
color: @color-white;
|
||||
font-family: @font-family;
|
||||
font-weight: 600;
|
||||
@@ -76,6 +78,7 @@ sans-serif;
|
||||
left: calc(~'50%' - @modal-machine-width /2);
|
||||
header {
|
||||
background-color: @color-darkish-blue;
|
||||
border-bottom: 2px solid @color-label-grey;
|
||||
color: @color-white;
|
||||
font-family: @font-family;
|
||||
font-weight: 600;
|
||||
@@ -100,6 +103,7 @@ sans-serif;
|
||||
left: calc(~'50%' - @modal-loader-width /2);
|
||||
header {
|
||||
background-color: @color-darkish-blue;
|
||||
border-bottom: 2px solid @color-label-grey;
|
||||
color: @color-white;
|
||||
font-family: @font-family;
|
||||
font-weight: 600;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
height: 64px;
|
||||
line-height: 64px;
|
||||
position: relative;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.modal header button.close {
|
||||
position: absolute;
|
||||
@@ -36,6 +37,7 @@
|
||||
.modal.login header,
|
||||
.modal.user-info header {
|
||||
background-color: #002680;
|
||||
border-bottom: 2px solid #979797;
|
||||
color: #fff;
|
||||
font-family: 'Work Sans', sans-serif;
|
||||
font-weight: 600;
|
||||
@@ -51,6 +53,7 @@
|
||||
}
|
||||
.modal.machine-info header {
|
||||
background-color: #002680;
|
||||
border-bottom: 2px solid #979797;
|
||||
color: #fff;
|
||||
font-family: 'Work Sans', sans-serif;
|
||||
font-weight: 600;
|
||||
@@ -74,6 +77,7 @@
|
||||
}
|
||||
.modal.loader header {
|
||||
background-color: #002680;
|
||||
border-bottom: 2px solid #979797;
|
||||
color: #fff;
|
||||
font-family: 'Work Sans', sans-serif;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user