style editor overlay label

This commit is contained in:
Mads Rasmussen
2016-03-18 14:39:18 +01:00
parent bfc098e5e0
commit fa4bdac78a
@@ -7,7 +7,6 @@
}
.umb-property-editor__overlay {
content: "";
background-color: rgba(255,255,255, .65);
display: block;
position: absolute;
@@ -16,6 +15,18 @@
width: 100%;
height: 100%;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
}
.umb-property-editor__overlay-label {
font-size: 16px;
font-weight: bold;
color: #;
background: #ffffff;
padding: 10px 20px;
color: @grayLight;
}