Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

73 lines
1.5 KiB

/* EXERCISES LINK */
.exercises_links{
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
position: absolute;
top: -160px;
}
.exercises_links > li.gbc-title > a{
border: solid 2px #F2932E;
border-bottom: solid 5px #F2932E;
}
.exercises_links > li > a{
font-size: 13px;
font-weight: 700;
display: block;
min-width: 50px;
min-height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
border-bottom: solid 5px #505050;
color: #505050;
padding: 0 15px;
}
.exercises_links > li:not(.gbc-title) > a{
color: transparent;
}
.exercises_links > li.gbc-title > a.no-completada{
color: #989898;
}
.exercises_links > li > a.no-completada{
border-color: #989898 !important;
cursor: default;
}
.exercises_links > li > a:not(.no-completada):hover{
background: #505050;
color: #fff;
}
.exercises_links > li > a{
border-color: #F2932E;
}
.exercises_links > li > a:not(.no-completada):hover{
background: #F2932E;
}
.exercises_links > li:first-child > a{
border: none;
}
/* FIN EXERCISES LINK */