fix bordo header modale

This commit is contained in:
Paolo Possanzini
2017-12-22 15:50:16 +01:00
parent eda55bd7e5
commit c4e58cf3a8
2 changed files with 8 additions and 0 deletions
@@ -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;
+4
View File
@@ -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;