mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
29
httpdocs/themes/focus2/scss/components/map/_map-datamap.scss
Normal file
29
httpdocs/themes/focus2/scss/components/map/_map-datamap.scss
Normal 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;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user