Intro styles adapted to the latest changes in common

This commit is contained in:
NikolaBorislavovHristov 2019-08-05 01:19:05 +03:00
parent 8addb64607
commit f7d87e7bf1

View file

@ -26,7 +26,6 @@
justify-content: center;
width: 100%;
padding: 0 1rem;
cursor: pointer;
.icon {
flex: none;
@ -107,7 +106,6 @@
flex-shrink: 1;
padding: 0.5rem 0.3rem;
color: var(--color-surfacelight);
cursor: pointer;
&:hover {
text-decoration: underline;
@ -136,13 +134,13 @@
margin: 1rem 0;
background-color: var(--color-primarydark);
.label {
font-size: 1.2rem;
}
&:hover {
background-color: var(--color-primary);
}
.label {
font-size: 1.2rem;
}
}
.guest-login-button {