refator style defs for home template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-03 23:08:32 -04:00
parent 6d9a9a2439
commit 2de779d90c

View File

@@ -3,14 +3,33 @@
justify-content: center;
flex-direction: column;
align-items: center;
padding: 1rem;
&__img {
display: block;
height: 300px;
width: 300px;
&__img-container {
position: relative;
width: 208px;
height: 208px;
}
&__circle {
position: absolute;
border-radius: 50%;
background-image: url("../../assests/images/rc-logo.jpeg");
background-size: cover;
&--large {
height: 208px;
width: 208px;
background-color: var(--mat-sys-primary);
}
&--small {
height: 200px;
width: 200px;
background-image: url("../../assests/images/rc-logo.jpeg");
background-size: cover;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
&__header {