mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
fix text sizes
This commit is contained in:
parent
5b56bdf94a
commit
80c1382593
7 changed files with 12 additions and 13 deletions
|
@ -10,7 +10,6 @@ body {
|
|||
color: $color-gray-20;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// font-family: "sourcesanspro", sans-serif;
|
||||
font-family: 'worksans', sans-serif;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
.context-menu-action {
|
||||
color: $color-black;
|
||||
display: block;
|
||||
font-size: $fs12;
|
||||
font-size: $fs14;
|
||||
padding: $size-2 $size-4;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
.options-zone {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
width: 365px;
|
||||
width: 384px;
|
||||
justify-content: flex-end;
|
||||
position: relative;
|
||||
|
||||
|
@ -248,7 +248,7 @@
|
|||
}
|
||||
|
||||
.zoom-dropdown {
|
||||
left : 150px;
|
||||
left : 116px;
|
||||
top: 45px;
|
||||
}
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
.zoom-dropdown {
|
||||
top: 45px;
|
||||
left: -40px;
|
||||
left: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -138,7 +138,7 @@
|
|||
position: absolute;
|
||||
top: 40px;
|
||||
left: 40px;
|
||||
width: 230px;
|
||||
width: 270px;
|
||||
z-index: 12;
|
||||
@include animation(0,.2s,fadeInDown);
|
||||
|
||||
|
@ -148,7 +148,7 @@
|
|||
|
||||
li {
|
||||
cursor: pointer;
|
||||
font-size: $fs12;
|
||||
font-size: $fs14;
|
||||
padding: $small $x-small;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
left: 740px;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
width: 216px;
|
||||
width: 240px;
|
||||
z-index: 12;
|
||||
padding: $x-small 0;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
.zoom-dropdown {
|
||||
position: absolute;
|
||||
z-index: 12;
|
||||
width: 160px;
|
||||
width: 210px;
|
||||
|
||||
background-color: $color-white;
|
||||
border-radius: $br-small;
|
||||
|
@ -26,13 +26,13 @@
|
|||
li {
|
||||
color: $color-gray-60;
|
||||
cursor: pointer;
|
||||
font-size: $fs12;
|
||||
font-size: $fs14;
|
||||
display: flex;
|
||||
padding: $small;
|
||||
|
||||
span {
|
||||
color: $color-gray-40;
|
||||
font-size: $fs12;
|
||||
color: $color-gray-20;
|
||||
font-size: $fs14;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
(.translate dctx txfm 0)
|
||||
(.translate dctx 0 txfm))
|
||||
|
||||
(obj/set! dctx "font" "12px sourcesanspro")
|
||||
(obj/set! dctx "font" "12px worksans")
|
||||
(obj/set! dctx "fillStyle" "#7B7D85")
|
||||
(obj/set! dctx "strokeStyle" "#7B7D85")
|
||||
(obj/set! dctx "textAlign" "center")
|
||||
|
|
Loading…
Add table
Reference in a new issue