Files
nhgooi.nl/resources/assets/sass/components/_pretty_photo.scss
Jorit Tijsen 1d94e7da7f Add some variables to the scss files
Use the period API call for the program schema
2024-03-20 17:54:10 +01:00

37 lines
817 B
SCSS
Vendored

@use "../abstracts/variables" as *;
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right
{
background: none;
padding: 0;
}
div.pp_default .pp_content, div.light_rounded .pp_content
{
padding: 10px;
}
div.pp_default .pp_description
{
font-family: Nunito, serif;
font-size: 12px;
font-style: italic;
line-height: 3.17;
color: $text-description-color;
}
div.pp_default .pp_close
{
margin-top: 8px;
background: url("/images/icons/other/close.png") 0 0 no-repeat;
}
div.pp_default .pp_close:hover
{
opacity: 1;
background-position: 0 -30px;
}