1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 04:13:27 +02:00
metamask-extension/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss

29 lines
463 B
SCSS
Raw Normal View History

.basic-tab-content {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 21px;
height: 324px;
background: #F5F7F8;
border-bottom: 1px solid #d2d8dd;
&__title {
margin-top: 19px;
font-size: 16px;
color: $black;
}
&__blurb {
font-size: 12px;
color: $black;
margin-top: 5px;
margin-bottom: 15px;
}
&__footer-blurb {
font-size: 12px;
color: #979797;
margin-top: 15px;
}
}