49 lines
646 B
CSS
49 lines
646 B
CSS
.gamutable--sousTable {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.gamutable--pagination {
|
|
display: flex;
|
|
}
|
|
|
|
.iconeTri {
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
.iconeTri .fa-sort-asc {
|
|
position: absolute;
|
|
color: #cecece;
|
|
cursor: pointer;
|
|
}
|
|
.iconeTri .fa-sort-desc {
|
|
color: #cecece;
|
|
cursor: pointer;
|
|
}
|
|
.iconeTri > .active {
|
|
color: #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;
|
|
}
|