Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
28 views7 pages

Controlador Javascript 4

The document contains CSS styles for various UI components, including checkboxes, mobile bottom tabs, and animated content. It defines styles for hover effects, colors, font properties, and layout structures. Key animations for showing and fading content are also included.

Uploaded by

Robinson Herrera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views7 pages

Controlador Javascript 4

The document contains CSS styles for various UI components, including checkboxes, mobile bottom tabs, and animated content. It defines styles for hover effects, colors, font properties, and layout structures. Key animations for showing and fading content are also included.

Uploaded by

Robinson Herrera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

.wrapper__checkbox .checkbox_label.focused .input_text,.

wrapper__checkbox
.checkbox_label:hover .input_text {

color: #1c263d

.wrapper__checkbox .checkbox_label.focused:before,.wrapper__checkbox
.checkbox_label:hover:before {

color: #0d6069

.wrapper__checkbox .checkbox_label.with_description .input_text {

color: #57617a;

font-weight: 700

.wrapper__checkbox .checkbox_label.with_description .description {

font-family: Source Sans Pro,sans-serif;

font-size: 14px;

color: #57617a;

display: block;

line-height: 1.29em;

margin-left: 28px

.wrapper__mobile_bottom_tabs {

background-color: #fff;

border-top: 1px solid #e9edf8;

bottom: 0;

display: flex;

height: 60px;
left: 0;

padding-bottom: env(safe-area-inset-bottom,12px);

position: fixed;

width: 100%;

z-index: 29

.wrapper__mobile_bottom_tabs ul {

line-height: inherit;

list-style: none;

padding: 0;

margin: 0;

display: flex;

flex-direction: row;

justify-content: space-between;

width: 100%

.wrapper__mobile_bottom_tabs ul li {

line-height: inherit

.wrapper__mobile_bottom_tabs li {

flex-basis: 0;

flex-grow: 1;

padding: 2px 1px;

position: relative;

max-width: 25%

}
.wrapper__mobile_bottom_tabs a {

align-items: center;

color: #00293f;

font-size: 12px;

height: 100%;

justify-content: center;

text-align: center

.wrapper__mobile_bottom_tabs a .icon {

display: block;

font-size: 24px;

padding-bottom: 2px;

padding-top: 7px

.wrapper__mobile_bottom_tabs .title {

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;

padding: 0 6px

.wrapper__mobile_bottom_tabs li.selected:after {

background: #a9085e;

bottom: 0;

content: " ";

height: 2px;
left: 0;

position: absolute;

width: 100%

.wrapper__mobile_bottom_tabs .selected a {

color: #a9085e

.wrapper__static_stars .star_label {

font-size: 12px

@keyframes Step {

0% {

left: -200%

to {

left: 0

@keyframes ShowFade {

0% {

display: none;

opacity: 0

}
1% {

display: block;

opacity: 0

to {

display: block;

opacity: 1

.wrapper__animated_content {

display: flex;

flex-direction: column;

padding: 10px

.wrapper__animated_content .contents,.wrapper__animated_content .steps {

line-height: inherit;

list-style: none;

padding: 0;

margin: 0

.wrapper__animated_content .contents li,.wrapper__animated_content .steps li {

line-height: inherit

.wrapper__animated_content .contents .content {


opacity: 0;

text-align: center

.wrapper__animated_content .contents .content:not(.active) {

display: none

.wrapper__animated_content .contents .content.active {

animation: ShowFade .3s ease-in;

opacity: 1

.wrapper__animated_content.above .contents {

padding-top: 5px

.wrapper__animated_content.below .contents {

padding-bottom: 5px

.wrapper__animated_content .steps {

display: flex;

height: 10px;

align-items: center;

justify-content: space-around

.wrapper__animated_content .steps .step {


border-radius: 5px;

height: 2px;

margin-left: 5px;

overflow: hidden;

position: relative

You might also like