Commit bd1111f6 authored by dev0tion's avatar dev0tion

Remove blinking cursor

parent c1b5c2d1
...@@ -44,16 +44,14 @@ code {color: $spacegray !important;} ...@@ -44,16 +44,14 @@ code {color: $spacegray !important;}
display:inline-block; display:inline-block;
fill: $darkgray !important; fill: $darkgray !important;
} }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }
em { em {
&.display-4 { &.display-4 {
font-size: 1.6em; font-size: 1.6em;
color: $darkgray; color: $darkgray;
font-weight: 400; font-weight: 400;
padding-right: 5px; padding-right: 5px;
border-right: .1em solid $blue;
white-space: nowrap; white-space: nowrap;
-webkit-animation: blink-caret .5s step-end infinite alternate;
} }
} }
...@@ -174,7 +172,7 @@ em { ...@@ -174,7 +172,7 @@ em {
} }
} }
// bagdes // badges
.badge { .badge {
&.badge-danger {color: $pink;} &.badge-danger {color: $pink;}
&.badge-warning {color: $yellow;} &.badge-warning {color: $yellow;}
......
...@@ -61,20 +61,12 @@ code { ...@@ -61,20 +61,12 @@ code {
fill: #1B354B !important; fill: #1B354B !important;
} }
@-webkit-keyframes blink-caret {
50% {
border-color: transparent;
}
}
em.display-4 { em.display-4 {
font-size: 1.6em; font-size: 1.6em;
color: #1B354B; color: #1B354B;
font-weight: 400; font-weight: 400;
padding-right: 5px; padding-right: 5px;
border-right: 0.1em solid #7385A0;
white-space: nowrap; white-space: nowrap;
-webkit-animation: blink-caret .5s step-end infinite alternate;
} }
.datepicker__input { .datepicker__input {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment