Fixed a couple of things like (locate me, location edit)
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
.btn, .btn-floating {
|
||||
.btn,
|
||||
.btn-floating {
|
||||
background: #02adba;
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -57,6 +58,7 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Alte Haas Grotesk", serif;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#floating-panel {
|
||||
@@ -71,13 +73,24 @@ body {
|
||||
padding: 5px 5px 5px 10px;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background-color: white;
|
||||
color: #02adba;
|
||||
.btn-floating:hover,
|
||||
btn:hover {
|
||||
background-color: #02adba;
|
||||
border: 1px solid rgb(0, 173, 187);
|
||||
}
|
||||
|
||||
h6.title {
|
||||
margin-top: 0;
|
||||
font-weight: bold; padding-top: 20px;
|
||||
}
|
||||
font-weight: bold;
|
||||
padding-top: 20px;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.locate-me-container {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 15px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user