header separator fix (#3535)

This commit is contained in:
bbcodrin 2018-06-28 12:40:16 +03:00 committed by Eugenio Romano
parent 8dfd67e037
commit d77463af97

View File

@ -8,32 +8,29 @@
display: none; display: none;
} }
.adf { .container-widget__header-text {
&-field-list { border-bottom: 1px solid rgba(0, 0, 0, 0.87);
padding: 0; padding-bottom: 10px;
list-style-type: none; cursor: default;
width: 100%; user-select: none;
height: 100%; -webkit-user-select: none;
/* Chrome/Safari/Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE/Edge */
-webkit-touch-callout: none;
/* iOS Safari */
&.collapsible {
cursor: pointer;
} }
}
.container-widget__header-text { .adf-field-list {
border-bottom: 1px solid rgba(0, 0, 0, 0.87); padding: 0;
margin-left: 10px; list-style-type: none;
margin-right: 10px; width: 100%;
cursor: default; height: 100%;
user-select: none;
-webkit-user-select: none;
/* Chrome/Safari/Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE/Edge */
-webkit-touch-callout: none;
/* iOS Safari */
&.collapsible {
cursor: pointer;
}
}
} }
container-widget { container-widget {
@ -50,7 +47,7 @@
padding-left: 1%; padding-left: 1%;
padding-right: 1%; padding-right: 1%;
} }
@media screen and ($mat-small) { @media screen and ($mat-small) {
.grid-list-item { .grid-list-item {
flex: 1 0 100%; flex: 1 0 100%;