| Server IP : 104.21.84.107 / Your IP : 104.23.243.197 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/pregrados/sociologia/templates/g5_helium/scss/helium/particles/ |
Upload File : |
.ui-tabs {
position: relative;
.ui-tabs-nav {
margin: 0;
display: flex;
@include breakpoint(mobile-only) {
flex-direction: column;
}
li {
list-style: none;
float: left;
border-bottom-width: 0;
padding: 0;
outline: none;
&.ui-tabs-active {
.ui-tabs-anchor {
cursor: text;
}
}
&.ui-state-disabled .ui-tabs-anchor {
cursor: text;
}
&.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
}
.ui-tabs-anchor {
text-decoration: none;
&:hover {
color: inherit;
}
}
}
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.g-contenttabs {
.g-contenttabs-tab-wrapper-container {
list-style: none;
margin: 0 0 1rem 0;
border-bottom: 1px solid $base-border-color;
@include breakpoint(mobile-only) {
border: 0 none;
}
}
.g-contenttabs-tab {
outline: none;
}
.g-contenttabs-tab-wrapper-head {
display: block;
height: 100%;
margin-bottom: -1px;
margin-right: 3px;
padding: $content-padding ($content-padding * 2);
border-radius: $core-border-radius $core-border-radius 0 0;
background: fade-out($accent-color-1, 0.85);
@include breakpoint(mobile-only) {
border-radius: 0;
}
.g-contenttabs-tab-title {
display: block;
outline: none;
font-size: $core-font-size - 0.2;
text-transform: uppercase;
font-weight: $font-weight-bold;
}
}
.g-contenttabs-content-wrapper-container {
list-style: none;
margin: 0;
padding: $content-padding 0;
.g-contenttabs-tab-wrapper-body {
padding: 0;
.g-contenttabs-content {
display: flex;
flex-flow: row wrap;
flex-wrap: wrap;
a {
&:hover {
color: inherit;
}
}
}
}
}
}
.ui-tabs-active {
.g-contenttabs-tab-wrapper-head {
background: $accent-color-1;
}
.g-contenttabs-tab-title {
color: $white;
}
}