Skip to content

Instantly share code, notes, and snippets.

@skttl
Last active November 6, 2020 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skttl/a44757b783a38e9354d3b103e10e4042 to your computer and use it in GitHub Desktop.
Save skttl/a44757b783a38e9354d3b103e10e4042 to your computer and use it in GitHub Desktop.
[CSS for the Section view]
{
"css": [
"/App_Plugins/BlockListGrid/section-view.css"
]
}
.section-view .section-view__card {
margin: 0 0 20px;
padding-left: 0;
width: auto;
background-color: #fff;
border-style:dashed;
}
.section-view .section-view__card:hover {
background-color: rgb(253, 253, 255);
border-style:solid;
}
.section-view__section {
margin: 0 -10px;
padding: 20px;
display: flex;
}
.section-view__column {
flex-grow: 1;
padding: 0 10px;
}
.section-view .umb-control-group .control-header {
float: none;
width: auto;
display: flex;
}
.section-view__column:not(:hover) .umb-control-group .control-label {
opacity:.25;
}
.section-view .controls {
margin-left: 0;
}
.section-view__column:not(:hover) .umb-block-list__create-button {
border-color: #e9e9eb;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment