mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 17:08:32 +02:00
🐛 Fix typos in frontend
This commit is contained in:
parent
b7ba3098ae
commit
589e646023
65 changed files with 128 additions and 128 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
|
||||
|
||||
/// This mixing allow you to add placeholder colors in all availables browsers
|
||||
/// This mixing allow you to add placeholder colors in all available browsers
|
||||
/// @group Mixins
|
||||
|
||||
@mixin placeholder {
|
||||
|
|
|
@ -431,7 +431,7 @@ ul.slider-dots {
|
|||
}
|
||||
}
|
||||
|
||||
&.miliseconds {
|
||||
&.milliseconds {
|
||||
|
||||
&::after {
|
||||
content: "ms";
|
||||
|
|
|
@ -31,7 +31,7 @@ svg#loader-icon {
|
|||
animation: pen3 2s infinite ease;
|
||||
}
|
||||
|
||||
// btn prncil loader
|
||||
// btn pencil loader
|
||||
svg#loader-pencil {
|
||||
fill: $color-primary-darker;
|
||||
width: 60px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue