Files
Web-NibblePoker/resources/Azias/scss/halfmoon/page/home.scss
Herwin 30b1c55687 Added new projects
Update .htaccess, sidebar.php, and 16 more files...
2022-11-20 00:05:19 +01:00

26 lines
926 B
SCSS

/* Halfmoon > Page > Home */
// Gradient used on home page's applications card
@media (min-width: 993px) {
.l-lab-web {
background: linear-gradient(90deg, rgba(101,144,134,0.3) 0%, rgba(101,144,134,0.2) 1.5px, rgba(101,144,134,0.0) 7px);
border-radius: 5px 0 0 5px;
}
.l-lab-office {
background: linear-gradient(90deg, rgba(64,84,59,0.5) 0%, rgba(64,84,59,0.3) 2px, rgba(64,84,59,0.0) 7px);
border-radius: 5px 0 0 5px;
}
.l-lab-app {
background: linear-gradient(90deg, rgba(156,23,34,0.4) 0%, rgba(156,23,34,0.3) 1.5px, rgba(156,23,34,0.0) 7px);
border-radius: 5px 0 0 5px;
}
.l-lab-game {
background: linear-gradient(90deg, rgba(180,134,77,0.4) 0%, rgba(180,134,77,0.3) 1.5px, rgba(180,134,77,0.0) 7px);
border-radius: 5px 0 0 5px;
}
.l-lab-dotnet {
background: linear-gradient(90deg, rgba(81,43,212,0.4) 0%, rgba(81,43,212,0.3) 1.5px, rgba(81,43,212,0.0) 7px);
border-radius: 5px 0 0 5px;
}
}