aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/app/confirm-page-container/confirm-detail-row/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/app/confirm-page-container/confirm-detail-row/index.scss')
-rw-r--r--ui/app/components/app/confirm-page-container/confirm-detail-row/index.scss50
1 files changed, 50 insertions, 0 deletions
diff --git a/ui/app/components/app/confirm-page-container/confirm-detail-row/index.scss b/ui/app/components/app/confirm-page-container/confirm-detail-row/index.scss
new file mode 100644
index 000000000..1672ef8c6
--- /dev/null
+++ b/ui/app/components/app/confirm-page-container/confirm-detail-row/index.scss
@@ -0,0 +1,50 @@
+.confirm-detail-row {
+ padding: 14px 0;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+
+ &__label {
+ font-size: .75rem;
+ font-weight: 500;
+ color: $scorpion;
+ text-transform: uppercase;
+ }
+
+ &__details {
+ flex: 1;
+ text-align: end;
+ min-width: 0;
+ }
+
+ &__primary {
+ font-size: 1.5rem;
+ justify-content: flex-end;
+ }
+
+ &__secondary {
+ color: $oslo-gray;
+ justify-content: flex-end;
+ }
+
+ &__header-text {
+ font-size: .75rem;
+ text-transform: uppercase;
+ margin-bottom: 6px;
+ color: $scorpion;
+
+ &--edit {
+ color: $curious-blue;
+ cursor: pointer;
+ }
+
+ &--total {
+ font-size: .625rem;
+ }
+ }
+
+ .advanced-gas-inputs__gas-edit-rows {
+ margin-bottom: 16px;
+ }
+}