Skip to content
Snippets Groups Projects

Latitude and Longitude

2 files
+ 30
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,7 +12,7 @@ body {
@@ -12,7 +12,7 @@ body {
}
}
#swagger-ui {
#swagger-ui {
padding-top: 1em;
padding-top: 2em;
padding-bottom: 50px;
padding-bottom: 50px;
}
}
@@ -74,8 +74,25 @@ body {
@@ -74,8 +74,25 @@ body {
/* ---- Disclaimer ---- */
/* ---- Disclaimer ---- */
 
.wrapper {
 
box-sizing: border-box;
 
margin: 0 auto;
 
max-width: 1460px;
 
padding: 0 20px;
 
width: 100%;
 
}
 
 
@media only screen and (max-width: 1000px) {
 
.alert {
 
line-height: 1.1 !important;
 
font-size: 10px !important;
 
}
 
}
 
.alert {
.alert {
background-color: #fdf7dc;
background-color: #fff3cd;
 
border-color: #ffecb5;
 
box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
line-height: 1.5;
line-height: 1.5;
margin: 1em 1em 0 1em;
margin: 1em 1em 0 1em;
overflow: hidden;
overflow: hidden;
Loading