Apply prettier to resources styles

This commit is contained in:
Alejandro Alonso 2022-01-12 11:27:43 +01:00
parent cd55ed7c8d
commit 6413c9dddd
54 changed files with 1437 additions and 1342 deletions

View file

@ -22,7 +22,7 @@
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-color:#FEECFD;
background-color: #feecfd;
background-image: url("/images/login-pink.svg");
background-position: center;
background-size: 96%;
@ -33,12 +33,12 @@
width: 280px;
font-size: $fs18;
margin-top: 2vh;
color: #2C233E;
color: #2c233e;
}
.logo {
svg {
fill: #2C233E;
fill: #2c233e;
max-width: 11vw;
height: 80px;
}
@ -122,7 +122,6 @@
margin-top: $size-4;
margin-bottom: $size-4;
&.demo {
justify-content: center;
margin-top: $size-5;

View file

@ -17,7 +17,6 @@
height: 55px;
width: 170px;
}
}
.not-found-content {
@ -29,7 +28,6 @@
justify-content: center;
align-items: center;
.container {
max-width: 600px;
}
@ -80,4 +78,3 @@
}
}
}

View file

@ -31,7 +31,6 @@
left: 0;
top: 48px;
}
}
& .viewer-header:hover {
@ -57,5 +56,3 @@
background-color: rgb(0, 0, 0, 0.2);
}
}