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