Switcher: Add a link to homepage
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// Switcher
|
||||
.switcher {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: #C78FEC;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -47,6 +48,12 @@
|
||||
height: 52px;
|
||||
margin-top: 4px;
|
||||
margin-left: -8px;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -57,7 +64,6 @@
|
||||
.switcher {
|
||||
&__text {
|
||||
font-size: rem(22px);
|
||||
pointer-events: none;
|
||||
}
|
||||
&__icon {
|
||||
width: 40px;
|
||||
|
||||
Reference in New Issue
Block a user