7 lines
333 B
CSS
7 lines
333 B
CSS
:root {
|
|
--shadow-main: -15px -15px 20px rgb(255 255 255 / 30%), 15px 15px 20px rgb(0 0 0 / 10%);
|
|
--shadow-button: -5px -5px 15px rgb(255 255 255 / 5%), 5px 5px 15px rgb(0 0 0 / 30%);
|
|
--shadow-inset: inset -3px -3px 6px rgb(255 255 255 / 90%), inset 3px 3px 6px rgb(0 0 0 / 10%);
|
|
--shadow-nav: 0 3px 6px 0 rgb(0 0 0 / 10%);
|
|
}
|