Add some variables to the scss files
Use the period API call for the program schema
This commit is contained in:
36
resources/assets/sass/components/_pretty_photo.scss
vendored
Normal file
36
resources/assets/sass/components/_pretty_photo.scss
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user