40 lines
737 B
SCSS
Raw Normal View History

2022-06-20 10:24:21 +02:00
/*
Status - ip lokacija
*/
.page_geoip_location{
.geoip_holder{
display: flex;
margin: 16px 0 0 0;
.geoip_table_holder {
width: 100%;
.geoip_table {
width: 100%;
margin: 0;
}
}
.geoip_map_holder{
margin: 0 0 0 32px;
.geoip_navigation{
display: flex;
margin-bottom: 16px;
a{
margin-right: 16px;
color: $very-dark-gray2;
&:hover,
&.active{
color: $blue;
}
}
}
}
}
}