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:
parent
92b79f1731
commit
4ac3573ab1
3 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
display: flex;
|
||||
flex-shrink: 0;
|
||||
font-size: $fs18;
|
||||
font-weight: 600;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
cursor: pointer;
|
||||
font-size: 15px;
|
||||
line-height: 1rem;
|
||||
font-weight: unset;
|
||||
font-weight: 500;
|
||||
color: $color-black;
|
||||
margin-right: $medium;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue