1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

Make the box shadow a little bit lighter

This commit is contained in:
Kovah 2018-09-01 15:36:35 +02:00
parent b1149a4643
commit 98d928bfb1
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -163,7 +163,7 @@ $sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7 !default;
// ============================================================================
// Component Variables
$card-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.05) !default;
$card-shadow: 0 2px 4px rgba($black, 0.06), 0 0 0 1px rgba($black, 0.03) !default;
$input-border-color: $grey-lighter !default
$input-shadow: inset 0 1px 2px rgba($black, 0.1) !default