| Server IP : 46.105.57.169 / Your IP : 216.73.216.84 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/www/maitric/media/templates/administrator/atum/scss/pages/ |
Upload File : |
.new-modules {
// We use the same colors for the new module section as we do for the quickicons.
--text-color: $new-modules-color;
--bg-color: $new-modules-bg;
--bg-color-hvr: $new-modules-bg-hvr;
--icon-color: $new-modules-icon-color;
--icon-color-hvr: $new-modules-icon-color-hvr;
.card-columns {
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}
.new-module {
display: flex;
overflow: hidden;
color: $new-module-color;
background-color: $new-module-bg;
border: $new-module-border;
border-radius: $border-radius;
* {
transition: all .25s ease;
}
&-details {
flex: 1 0;
padding: 1rem;
}
&-title {
margin-bottom: .25rem;
font-size: 1rem;
font-weight: 700;
}
&-caption {
display: flex;
margin: 0;
font-size: .875rem;
}
&-link {
display: flex;
align-items: flex-end;
justify-content: center;
width: 2.5rem;
font-size: 1.2rem;
background: $new-module-link-bg;
span {
margin-bottom: 10px;
color: $new-module-link-span;
}
.new-module:hover & {
background: $new-module-link-hvr;
span {
color: $new-module-link-span-hvr;
}
}
}
}