defines base body font size to override the Bootstrap one and to compute same font size defined in ems across browsers + fixes to get the same new look of the top toolbar as designed by Yana
This commit is contained in:
parent
0f8cb203d9
commit
38fb8cc9af
|
@ -8,6 +8,7 @@ html, body{
|
|||
height:100%;
|
||||
color: #424242;
|
||||
font-family:'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
background: #000000;
|
||||
overflow-x: hidden;
|
||||
|
@ -53,7 +54,7 @@ a {
|
|||
top:0px;
|
||||
padding-top: 10px;
|
||||
width: 38px;
|
||||
height: 28px;
|
||||
height: 38px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.6);
|
||||
|
|
|
@ -364,12 +364,9 @@
|
|||
margin-top:5px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
width:auto;
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
border: 1px solid rgba(256, 256, 256, 0.2);
|
||||
border-radius: 6px;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
border-radius: 1px;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue