Update main.less

This commit is contained in:
Saul Johnson
2017-08-05 18:56:06 +01:00
committed by GitHub
parent ca0fb146c6
commit 5971251e91
+9 -5
View File
@@ -538,9 +538,13 @@ button {
}
.misc-text {
color: rbga(128, 128, 128, 0.5);
background: rgba(0, 0, 0, 0.2)
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 3px;
color: #fff;
position: absolute;
right: 0;
bottom: 0;
font-size: 10pt;
}
right: 8px;
bottom: 8px;
padding: 4px;
font-size: 8pt;
}