gamutable/css/gamutable.scss
tofulm e24168bd68 * image de tri des cols : on n'utilise plus fontawesome mais des icones
svg, personnalisables
* On passe le fichier de css en scss (transparent)
2020-08-19 10:11:18 +02:00

53 lines
669 B
SCSS

.gamutable--sousTable {
display: flex;
justify-content: space-between;
}
.gamutable--pagination {
display: flex;
}
.gamutable table {
th > div {
display: flex;
}
.label_tete_colonne {
flex-grow: 1;
}
.iconeTri {
float: right;
width: 1rem;
//position: relative;
}
.tri_col {
cursor: pointer;
fill: #cecece;
}
.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;
}
td.icone {
/*padding: 0;*/
}
td.icone > * {
width: 100%;
display: block;
padding: 0.5rem;
text-align: center;
}
td.icone i {
font-size: 1.8rem;
}