mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 01:08:28 +02:00
✨ Apply prettier to resources styles
This commit is contained in:
parent
cd55ed7c8d
commit
6413c9dddd
54 changed files with 1437 additions and 1342 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
.dashboard-invite-modal {
|
||||
top: 65px;
|
||||
right: 13px;
|
||||
|
@ -31,7 +30,7 @@
|
|||
.action-buttons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
input[type=submit] {
|
||||
input[type="submit"] {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
@ -98,11 +97,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.dashboard-team-settings {
|
||||
|
||||
.team-settings {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -173,7 +170,9 @@
|
|||
background: $color-primary-dark;
|
||||
z-index: 14;
|
||||
|
||||
svg { fill: $color-white; }
|
||||
svg {
|
||||
fill: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue