40 lines
737 B
SCSS
40 lines
737 B
SCSS
/*
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |