| 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/fonoaudiologia/media/gantry5/engines/nucleus/scss/nucleus/ |
Upload File : |
// Float Classes
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.hide {
display: none;
}
// Clearfix
.clearfix {
@include clearfix;
}
// Alignment
.center {
text-align: center !important;
}
.align-right {
text-align: right !important;
}
.align-left {
text-align: left !important;
}
// Full Height Section
.full-height {
min-height: 100vh;
}
// Padding and Margin Adjustments
.nomarginall {
margin: 0 !important;
.g-content {
margin: 0 !important;
}
}
.nomargintop {
margin-top: 0 !important;
.g-content {
margin-top: 0 !important;
}
}
.nomarginbottom {
margin-bottom: 0 !important;
.g-content {
margin-bottom: 0 !important;
}
}
.nomarginleft {
margin-left: 0 !important;
.g-content {
margin-left: 0 !important;
}
}
.nomarginright {
margin-right: 0 !important;
.g-content {
margin-right: 0 !important;
}
}
.nopaddingall {
padding: 0 !important;
.g-content {
padding: 0 !important;
}
}
.nopaddingtop {
padding-top: 0 !important;
.g-content {
padding-top: 0 !important;
}
}
.nopaddingbottom {
padding-bottom: 0 !important;
.g-content {
padding-bottom: 0 !important;
}
}
.nopaddingleft {
padding-left: 0 !important;
.g-content {
padding-left: 0 !important;
}
}
.nopaddingright {
padding-right: 0 !important;
.g-content {
padding-right: 0 !important;
}
}
.g-flushed {
padding: 0 !important;
.g-content {
padding: 0;
margin: 0;
}
.g-container {
width: 100%;
}
}
// Size Adjustment
.full-width {
flex-grow: 0;
flex-basis: 100%;
.g-block {
flex-grow: 0;
flex-basis: 100%;
}
}
// Hidden Classes
.hidden {
display: none;
visibility: hidden;
}
@media print {
.visible-print {
display: inherit !important;
}
.g-block.visible-print {
display: block !important;
}
.hidden-print {
display: none !important;
}
}
// Same Height for Box Variations
.equal-height {
display: flex;
.g-content {
flex-basis: 100%;
}
}