new fonts
This commit is contained in:
parent
cd298a95e3
commit
0d5d61302c
Binary file not shown.
|
After Width: | Height: | Size: 654 B |
|
|
@ -1816,7 +1816,7 @@ input, select, textarea {
|
||||||
-ms-transition: -ms-transform 0.5s ease;
|
-ms-transition: -ms-transform 0.5s ease;
|
||||||
transition: transform 0.5s ease;
|
transition: transform 0.5s ease;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
padding-top: 44px;
|
padding-top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titleBar {
|
#titleBar {
|
||||||
|
|
@ -1829,7 +1829,7 @@ input, select, textarea {
|
||||||
-ms-transition: -ms-transform 0.5s ease;
|
-ms-transition: -ms-transform 0.5s ease;
|
||||||
transition: transform 0.5s ease;
|
transition: transform 0.5s ease;
|
||||||
display: block;
|
display: block;
|
||||||
height: 44px;
|
height: 80px;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
@ -1846,15 +1846,15 @@ input, select, textarea {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 2.2em;
|
font-size: 2.2em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 48px;
|
line-height: 88px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titleBar .toggle {
|
#titleBar .toggle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 80px;
|
width: 120px;
|
||||||
height: 60px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titleBar .toggle:after {
|
#titleBar .toggle:after {
|
||||||
|
|
@ -1867,19 +1867,19 @@ input, select, textarea {
|
||||||
background: rgba(255, 255, 255, 0.025);
|
background: rgba(255, 255, 255, 0.025);
|
||||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05), inset 0px -8px 10px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05), inset 0px -8px 10px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
|
||||||
text-shadow: -1px -1px 1px black;
|
text-shadow: -1px -1px 1px black;
|
||||||
width: 49px;
|
width: 99px;
|
||||||
height: 31px;
|
height: 61px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titleBar .toggle:before {
|
#titleBar .toggle:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 20px;
|
width: 40px;
|
||||||
height: 30px;
|
height: 60px;
|
||||||
background: url("<%= asset_path('mobileUI-site-nav-opener-bg.svg') %>");
|
background: url("<%= asset_path('mobileUI-site-nav-opener-bg1.png') %>");
|
||||||
top: 15px;
|
top: 22px;
|
||||||
left: 20px;
|
left: 35px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue