|
@ -14478,8 +14478,28 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} |
|
|
|
|
|
.cboxIframe{background:#fff; width:100%; height:100%; display:block; border:0; padding:0; margin:0;}*/ |
|
|
|
|
|
|
|
|
/* line 58, colorbox.scss */ |
|
|
|
|
|
.cboxPhoto { |
|
|
|
|
|
float: left; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
border: 0; |
|
|
|
|
|
display: block; |
|
|
|
|
|
max-width: none; |
|
|
|
|
|
-ms-interpolation-mode: bicubic; |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* line 59, colorbox.scss */ |
|
|
|
|
|
.cboxIframe { |
|
|
|
|
|
background: #fff; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
display: block; |
|
|
|
|
|
border: 0; |
|
|
|
|
|
padding: 0; |
|
|
|
|
|
margin: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* line 60, colorbox.scss */ |
|
|
/* line 60, colorbox.scss */ |
|
|
#colorbox, |
|
|
#colorbox, |
|
|
#cboxContent, |
|
|
#cboxContent, |
|
@ -14498,7 +14518,7 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { |
|
|
#cboxContent { |
|
|
#cboxContent { |
|
|
background: #fff; |
|
|
background: #fff; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
border: 10px solid #4e984a; |
|
|
|
|
|
|
|
|
border: 10px solid white; |
|
|
border-radius: 15px; |
|
|
border-radius: 15px; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
} |
|
|
} |
|
@ -14568,7 +14588,7 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { |
|
|
content: '\f057'; |
|
|
content: '\f057'; |
|
|
font-family: 'FontAwesome'; |
|
|
font-family: 'FontAwesome'; |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
color: #4e984a; |
|
|
|
|
|
|
|
|
color: black; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 143, colorbox.scss */ |
|
|
/* line 143, colorbox.scss */ |
|
@ -15282,6 +15302,16 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
padding: 8px 10px; |
|
|
padding: 8px 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* line 2, sections/bod.scss */ |
|
|
|
|
|
.bod { |
|
|
|
|
|
border-bottom: 1px solid #d1efb5; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 5, sections/bod.scss */ |
|
|
|
|
|
.bod .avatar { |
|
|
|
|
|
max-width: 40px; |
|
|
|
|
|
max-height: 40px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) { |
|
|
@media only screen and (min-width: 768px) { |
|
|
/* line 5, mediaqueries/viewports/_768up.scss */ |
|
|
/* line 5, mediaqueries/viewports/_768up.scss */ |
|
|
header { |
|
|
header { |
|
|