0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🎉 Add new title and th styles

This commit is contained in:
elhombretecla 2021-04-16 11:28:22 +02:00 committed by Andrés Moya
parent 92b79f1731
commit 4ac3573ab1
3 changed files with 6 additions and 2 deletions

View file

@ -33,7 +33,10 @@
position: relative;
text-align: center;
width: 18%;
&:hover {
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.grid-item-th {
text-align: initial;

View file

@ -77,6 +77,7 @@
display: flex;
flex-shrink: 0;
font-size: $fs18;
font-weight: 600;
z-index: 10;
}

View file

@ -42,7 +42,7 @@
cursor: pointer;
font-size: 15px;
line-height: 1rem;
font-weight: unset;
font-weight: 500;
color: $color-black;
margin-right: $medium;
}