mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 08:26:12 +02:00
✨ Apply prettier to resources styles
This commit is contained in:
parent
cd55ed7c8d
commit
6413c9dddd
54 changed files with 1437 additions and 1342 deletions
|
@ -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;
|
||||
|
|
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
left: 0;
|
||||
top: 48px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
& .viewer-header:hover {
|
||||
|
@ -57,5 +56,3 @@
|
|||
background-color: rgb(0, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue