[S] Remove old logo style
This commit is contained in:
@@ -48,22 +48,13 @@
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
||||||
// Center text
|
// Center text
|
||||||
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
// Margins
|
// Margins
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|
||||||
// Font
|
|
||||||
font: bold 16px arial;
|
|
||||||
display: inline-flex;
|
|
||||||
|
|
||||||
// Shadow effect
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
background-color: #b1b1b1;
|
|
||||||
color: transparent;
|
|
||||||
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85);
|
|
||||||
|
|
||||||
// Make it non-clickable
|
// Make it non-clickable
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user