mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 13:26:40 +02:00
change add btn color
This commit is contained in:
parent
0f10ce3a70
commit
a47ef45905
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
.add-page {
|
.add-page {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $main-ui-color;
|
background-color: $medium-ui-icons;
|
||||||
border-radius: $br-small;
|
border-radius: $br-small;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $intense-main-ui-color;
|
background-color: $intense-ui-icons;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
svg {
|
svg {
|
||||||
fill: $main-ui-color;
|
fill: $main-ui-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue