mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 23:06:37 +01:00
14 lines
212 B
SCSS
14 lines
212 B
SCSS
.basic-tab-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-bottom: 22px;
|
|
height: 291px;
|
|
|
|
&__title {
|
|
margin-top: 19px;
|
|
font-size: 20px;
|
|
color: $scorpion;
|
|
}
|
|
}
|