gamutable/css/gamutable.css

108 lines
1.5 KiB
CSS

.gamutable--surTable select,
.gamutable--surTable input {
margin-bottom: 0;
}
.gamutable--sousTable {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.gamutable--pagination {
display: -ms-flexbox;
display: flex;
}
.gamutable table {
font-size: 1rem;
}
.gamutable table thead {
border: 1px solid #777777;
}
.gamutable table th > div {
display: -ms-flexbox;
display: flex;
}
.gamutable table .label_tete_colonne {
-ms-flex-positive: 1;
flex-grow: 1;
}
.gamutable table .iconeTri {
float: right;
width: 1rem;
}
.gamutable table .tri_col {
cursor: pointer;
fill: #cecece;
}
.gamutable table .iconeTri > .active {
fill: #000;
}
#app .select {
background-color: rgba(179, 209, 67, 0.47);
}
td.id {
cursor: pointer;
}
th.icone {
width: 30px;
text-align: center;
}
tr.filtreColonne th {
padding: 0;
}
tr.filtreColonne th select {
margin: 0;
}
td.icone > * {
width: 100%;
display: block;
padding: 0.5rem;
text-align: center;
}
div.gamutable .url_action {
padding: 0.2rem;
display: inline-block;
background-color: #f5f5f5;
border: 1px solid #cecece;
border-radius: 5px;
}
div.gamutable .url_action:hover {
background-color: #cecece;
}
td.icone i {
font-size: 1.8rem;
}
.vueBlocs {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.vueBlocs-unbloc {
width: 23%;
border: 1px solid #cecece;
margin-bottom: 1rem;
margin-right: 1rem;
}
/*# sourceMappingURL=gamutable.css.map */