post
This commit is contained in:
@@ -235,6 +235,17 @@ select {
|
||||
width: 100%;
|
||||
padding-right: 48px;
|
||||
}
|
||||
|
||||
.project-date-field .rmdp-container,
|
||||
.project-date-field .rmdp-input {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.project-date-field .rmdp-input {
|
||||
text-align: center !important;
|
||||
padding-left: 2.75rem !important;
|
||||
padding-right: 2.75rem !important;
|
||||
}
|
||||
.address-page .mapboxgl-map {
|
||||
max-height: 210px;
|
||||
height: 100%;
|
||||
@@ -661,6 +672,36 @@ select {
|
||||
animation: check-pop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
|
||||
}
|
||||
|
||||
@keyframes nearby-radar-sweep {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes nearby-blip-glow {
|
||||
0%,
|
||||
100% {
|
||||
box-shadow: 0 0 4px 1px rgba(57, 255, 20, 0.55);
|
||||
opacity: 0.85;
|
||||
}
|
||||
50% {
|
||||
box-shadow: 0 0 10px 3px rgba(57, 255, 20, 0.95);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.nearby-radar-sweep {
|
||||
animation: nearby-radar-sweep 4s linear infinite;
|
||||
transform-origin: center center;
|
||||
}
|
||||
|
||||
.nearby-blip-glow {
|
||||
animation: nearby-blip-glow 1.8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes story-ring-spin {
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
|
||||
Reference in New Issue
Block a user