mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
c0cd228336
* create PreFooter components and styles * add PreFooter to main Footer Component and adjust Footer styles
13 lines
231 B
SCSS
13 lines
231 B
SCSS
@import "common/sass/variables";
|
|
|
|
.pre-footer {
|
|
padding: 1rem;
|
|
box-shadow: 16px 16px 47px 0 rgba(0, 0, 0, .07);
|
|
margin-top: 5rem;
|
|
background-color: white;
|
|
text-align: center;
|
|
p {
|
|
font-size: $font-size-medium;
|
|
}
|
|
}
|