Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-30 20:04:43 -04:00
parent 28dd750314
commit 772a5718ab

View file

@ -6089,24 +6089,32 @@ label.panel-block {
*
* The link and changed text are not dark so we need a pretty high opacity.
*/
.footer .views-field .field-content {
.footer .views-field {
/* We're not displaying this at all anymore
&.views-field-changed {
font-size: 0.8em;
color: $green-gray;
margin-top: 0.2rem;
margin-bottom: 0.4rem;
text-align: right;
}
*/ }
.footer .views-field .field-content {
background-color: rgba(248, 248, 248, 0.9);
padding: 0.2em;
border-radius: 0.3em; }
.footer .views-field.views-field-changed {
font-size: 0.8em;
color: #8FB489;
margin-top: 0.2rem;
margin-bottom: 0.4rem;
text-align: right; }
.page-title .title > span {
background-color: rgba(248, 248, 248, 0.66);
padding: 0.4em 0.3em 0.3em 0.3em;
border-radius: 0.4em;
line-height: 1.8; }
.block--footer_menus {
background-color: rgba(248, 248, 248, 0.9);
padding: 0.2em;
border-radius: 0.3em; }
.column {
display: block;
-ms-flex-preferred-size: 0;