refator style defs for home template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user