mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 14:09:17 +00:00
🎉 Add new title and th styles
This commit is contained in:
parent
aaf0618d24
commit
d8fb575d46
@ -33,7 +33,10 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 18%;
|
width: 18%;
|
||||||
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
||||||
|
&:hover {
|
||||||
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
.grid-item-th {
|
.grid-item-th {
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
|
|||||||
@ -77,6 +77,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
font-size: $fs18;
|
font-size: $fs18;
|
||||||
|
font-weight: 600;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
font-weight: unset;
|
font-weight: 500;
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
margin-right: $medium;
|
margin-right: $medium;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user