| Server IP : 172.67.191.97 / 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/fcs/administrator/components/com_gantry5/scss/admin/ |
Upload File : |
#g5-container {
#positions {
.position-key {
@extend .font-small;
display: block;
color: #999;
}
.button-simple {
padding: 6px;
}
.g-grid > li {
&:first-child, &:last-child {
margin-top: 10px;
margin-bottom: 10px;
}
cursor: default;
}
.position-container {
height: 257px;
overflow-y: auto;
overflow-x: hidden;
ul {
position: relative;
min-height: 95%;
font-size: 1rem;
&:empty:after {
content: "Drop Particles Here or Use the +";
display: block;
text-align: center;
margin: 0 auto;
vertical-align: middle;
line-height: 257px;
color: #bababa;
position: absolute;
font-size: 1rem;
top: 0;
left: 0;
right: 0;
bottom: 0;
@include ellipsis();
}
}
li {
align-items: center;
display: flex;
flex-direction: row;
justify-content: flex-start;
&:hover {
.item-settings {
opacity: 1;
transition: opacity 0.2s;
}
}
}
.position-dragging {
&.sortable-fallback {
background: $white;
}
}
}
[data-pm-blocktype] {
margin: $content-margin ($content-margin * 2);
}
.item-reorder, .item-settings, .title-status {
color: #333;
text-align: left;
line-height: 1.2rem;
&:hover {
color: $core-text;
}
}
.title-status {
margin-right: $content-padding / 2;
}
.title-status, .title-status:hover {
color: inherit;
}
.item-settings {
cursor: pointer;
text-align: right;
opacity: 0;
transition: opacity 0.2s;
}
}
}