mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-04 02:31:33 +00:00
Tweak padding according to design
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
background-color: white;
|
||||
padding: 10px 14px;
|
||||
padding: 9px 14px;
|
||||
}
|
||||
|
||||
.vertical-ellipsis-menu-content {
|
||||
|
||||
@@ -40,7 +40,7 @@ $color-tbl-thead-txt: $color-headers !default;
|
||||
$color-tbl-thead-bg: $light-grey !default;
|
||||
$color-tbl-border: $pale-blue !default;
|
||||
$padding-tbl-cell: 12px;
|
||||
$padding-tbl-cell-condensed: 10px 12px;
|
||||
$padding-tbl-cell-condensed: 4px 12px;
|
||||
$padding-tbl-cell-relaxed: 12px 12px;
|
||||
|
||||
// Button colors
|
||||
|
||||
@@ -16,10 +16,12 @@ input[type="number"],
|
||||
textarea,
|
||||
fieldset {
|
||||
@include border-radius($border-radius);
|
||||
padding: $vpadding-txt $hpadding-txt;
|
||||
padding: ($vpadding-txt - 1px) ($hpadding-txt - 1px); // Minus 1px for border
|
||||
border: 1px solid $lighter-grey;
|
||||
color: $color-txt-text;
|
||||
background-color: $lighter-grey;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user