gadjo/gadjo/static/css/_portal.scss

31 lines
587 B
SCSS

div.cell.shown-because-admin {
opacity: 0.5;
background-image: repeating-linear-gradient(-45deg, #eee 0px, #eee 14px, transparent 15px, transparent 30px);
&:hover {
opacity: 1;
background-image: inherit;
}
}
div#portal-agent-content {
div.searchcell {
font-size: 110%;
}
div.cell {
background: white;
padding: 1rem;
margin-bottom: 1rem;
border-radius: 3px;
&.transparent {
background: transparent;
}
&.highlight {
background: linear-gradient(to right, $primary-color 0%, $secondary-color 130vh);
color: white;
h2 {
color: white;
}
}
}
}