1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/components/app/confirm-page-container/confirm-detail-row/index.scss
George Marshall 8fcbebc546
Update design tokens library from 1.5 to 1.6 WIP (#14732)
* Updating account menu icon color

* Updating design-tokens and making appropriate updates to extension styles

* Adding more deprecated tags to colors

* Adding spinner and removing todo comment

* Remove comment

* Updates

* Updating snapshots

* More color and ui updates

* reverting transition change
2022-05-25 08:35:36 -07:00

62 lines
933 B
SCSS

.confirm-detail-row {
padding: 14px 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
&__label {
@include H7;
font-weight: 500;
color: var(--color-text-alternative);
text-transform: uppercase;
}
&__details {
flex: 1;
text-align: end;
min-width: 0;
}
&__primary {
@include H3;
justify-content: flex-end;
}
&__secondary {
color: var(--color-text-alternative);
justify-content: flex-end;
}
&__header-text {
@include H7;
text-transform: uppercase;
margin-bottom: 6px;
color: var(--color-text-default);
&--edit {
color: var(--color-primary-default);
cursor: pointer;
}
&--total {
@include H8;
}
}
.advanced-gas-inputs__gas-edit-rows {
margin-bottom: 16px;
}
.custom-nonce-input {
input {
@include Paragraph;
width: 90px;
}
}
}