mirror of
https://github.com/penpot/penpot.git
synced 2025-05-05 23:55:53 +02:00
🚑 Fix CI
This commit is contained in:
parent
be865af1fc
commit
a182ca3ab7
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@
|
||||||
min-height: 211px;
|
min-height: 211px;
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
border-top-left-radius:$br6;
|
border-top-left-radius: $br6;
|
||||||
border-bottom-left-radius: $br6;
|
border-bottom-left-radius: $br6;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -1000,7 +1000,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-top-left-radius:$br5;
|
border-top-left-radius: $br5;
|
||||||
border-bottom-left-radius: $br5;
|
border-bottom-left-radius: $br5;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 115%;
|
width: 115%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue