24 lines
351 B
CSS
24 lines
351 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;
|
|
}
|