mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 10:18:23 +02:00
♻️ connect values with variables in CSS and remove unused code
Signed-off-by: Ondřej Konečný <ondrej.konecny@gmail.com>
This commit is contained in:
parent
c6ad8ee110
commit
be865af1fc
44 changed files with 345 additions and 331 deletions
|
@ -14,19 +14,20 @@ $size-5: 1.5rem;
|
|||
$size-6: 2rem;
|
||||
|
||||
// Border radius
|
||||
$br-small: 3px;
|
||||
$br-medium: 5px;
|
||||
$br-big: 8px;
|
||||
$br-huge: 12px;
|
||||
|
||||
// Alignments
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
$br0: 0px;
|
||||
$br2: 2px;
|
||||
$br3: 3px;
|
||||
$br4: 4px;
|
||||
$br5: 5px;
|
||||
$br6: 6px;
|
||||
$br7: 7px;
|
||||
$br8: 8px;
|
||||
$br10: 10px;
|
||||
$br12: 12px;
|
||||
$br25: 25px;
|
||||
$br50: 50px;
|
||||
$br99: 99px;
|
||||
$br-circle: 50%; // Need to be investigated, before we can use variable
|
||||
|
||||
.row-flex {
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue