aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+signup/shared/signup-mascot.component.scss
blob: 5eebfb0145bdecb72056162e64efc3010fe6b511 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                           
@use '_variables' as *;
@use '_mixins' as *;

.root {
  display: inline-block;
  width: 270px;
}

div ::ng-deep svg {
  color: pvar(--mainColor);
}