7 lines
143 B
CSS
7 lines
143 B
CSS
|
|
.expoLogoBackground {
|
||
|
|
background-image: linear-gradient(180deg, #3c9ffe, #0274df);
|
||
|
|
border-radius: 40px;
|
||
|
|
width: 128px;
|
||
|
|
height: 128px;
|
||
|
|
}
|