1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-23 22:53:18 +01:00

style header btns.

This commit is contained in:
Kushagra Gour 2017-03-11 02:37:45 +05:30
parent a85137d4ee
commit 26d8336d6f

View File

@ -279,6 +279,7 @@ li.CodeMirror-hint-active {
}
.main-header__btn-wrap > a {
font-size: 0.8em;
font-weight: bold;
line-height: 20px;
height: 20px;
letter-spacing: 0.6px;
@ -288,7 +289,7 @@ li.CodeMirror-hint-active {
padding: 0px 8px;
border: 1px solid rgba(0,0,0,.9);
background: linear-gradient(180deg, rgba(0,0,0,0.5) 0, rgba(255,255,255,0.1) 100%);
text-shadow: 0px 1px 1px rgba(0,0,0,1);
/*text-shadow: 0px 1px 1px rgba(0,0,0,1);*/
box-shadow: 0 -1px 0px 0 rgba(255,255,255,0.15);
text-transform: uppercase;
}