Commit realizando cambios en los roles de los usuarios

This commit is contained in:
Jaime Jimenez
2023-04-24 13:00:46 +02:00
parent 2d67588770
commit 8c4d77a598
6587 changed files with 365497 additions and 0 deletions

View File

@ -0,0 +1,29 @@
#world-datamap {
padding-bottom: 46% !important;
}
.datamaps-hoverover {
background: $white;
padding: 0.3125rem;
border-radius: 0.3125rem;
font-family: 'Roboto' !important;
color: $primary;
border: 1px solid rgba($primary, .3);
}
.world_map_card {
ul.list-group {
@include custommq($max: 1440px) {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-top: 35px;
}
// li {
// @include custommq($min: 1200px, $max: 1440px) {
// flex: 1;
// }
// }
}
}

View File

@ -0,0 +1,16 @@
.jqvmap-zoomin,
.jqvmap-zoomout {
height: 20px;
width: 20px;
line-height: 14px;
background-color: $primary;
color: $white;
}
.jqvmap-zoomout {
top: 35px;
}
#world-map {
height: 400px;
}

View File

@ -0,0 +1,2 @@
@import "./map-datamap";
@import "./map-jqvmap";