mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
f7aea9dc34
* Created institutional-entity-done-page component * Added index file * Added css file and Boxes * Fixing prettier formatter * Fixed prettier format * Fixing prettier issues * Fixed prettier * Adding Text component * Removed styles and added story * Moving component to pages and improving styles --------- Co-authored-by: António Regadas <apregadas@gmail.com>
10 lines
138 B
SCSS
10 lines
138 B
SCSS
.institutional-entity-done {
|
|
&__img {
|
|
max-width: 250px;
|
|
max-height: 80px;
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|