Submit
Path:
~
/
home
/
getwphos
/
public_html
/
shellfish
/
wp-admin
/
css
/
colors
/
File Content:
_mixins.scss
@use 'sass:color'; /* * Button mixin- creates a button effect with correct * highlights/shadows, based on a base color. */ @mixin button( $button-color, $button-text-color: #fff ) { background: $button-color; border-color: $button-color; color: $button-text-color; &:hover, &:focus { background: color.adjust($button-color, $lightness: 3%); border-color: color.adjust($button-color, $lightness: -3%); color: $button-text-color; } &:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px $button-color; } &:active { background: color.adjust($button-color, $lightness: -5%); border-color: color.adjust($button-color, $lightness: -5%); color: $button-text-color; } &.active, &.active:focus, &.active:hover { background: $button-color; color: $button-text-color; border-color: color.adjust($button-color, $lightness: -15%); box-shadow: inset 0 2px 5px -3px color.adjust($button-color, $lightness: -50%); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
blue
---
0755
coffee
---
0755
ectoplasm
---
0755
light
---
0755
midnight
---
0755
modern
---
0755
ocean
---
0755
sunrise
---
0755
_admin.scss
23026 bytes
0644
_mixins.scss
945 bytes
0644
_variables.scss
2571 bytes
0644
N4ST4R_ID | Naxtarrr