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;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: 1rem;
|
||||||
|
|
||||||
&__img {
|
&__img-container {
|
||||||
display: block;
|
position: relative;
|
||||||
height: 300px;
|
width: 208px;
|
||||||
width: 300px;
|
height: 208px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__circle {
|
||||||
|
position: absolute;
|
||||||
border-radius: 50%;
|
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 {
|
&__header {
|
||||||
|
|||||||
Reference in New Issue
Block a user