mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-12 05:15:18 +00:00
Merge branch 'master' into new-schemes
This commit is contained in:
commit
51cdea0d13
5 changed files with 17 additions and 14 deletions
|
|
@ -4,10 +4,13 @@
|
|||
|
||||
|
||||
@function highlight_border ($c) {
|
||||
@return lighten($c, 15%);
|
||||
$mixValue: lightness($c);
|
||||
@return mix(white,$c, $mixValue);
|
||||
}
|
||||
|
||||
@function shadow_border ($c) {
|
||||
@return darken($c, 10%);
|
||||
$mixValue: (100% - lightness($c)) / 2;
|
||||
@return mix(black,$c, $mixValue);//darken($c, 10%);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue