From de9a8443ca6b38f313cc09f099e069713aa2574c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 18 Oct 2019 22:28:08 +0200 Subject: [PATCH] Style fixes --- front/core/components/field/style.scss | 4 +- front/core/components/toggle/style.scss | 2 +- front/core/styles/global.scss | 2 +- front/core/styles/variables.scss | 2 +- modules/claim/front/detail/index.html | 128 ++++++++++++------------ 5 files changed, 69 insertions(+), 69 deletions(-) diff --git a/front/core/components/field/style.scss b/front/core/components/field/style.scss index 8441fb04a..e57b27912 100644 --- a/front/core/components/field/style.scss +++ b/front/core/components/field/style.scss @@ -35,7 +35,7 @@ & > .fix { padding-top: 24px; line-height: 24px; - font-size: $input-font-size; + font-size: $font-size; opacity: 0; transition: opacity 200ms ease-in-out; @@ -58,7 +58,7 @@ border: none; font-family: Arial, sans-serif; display: block; - font-size: $input-font-size; + font-size: $font-size; width: 100%; background: 0; color: inherit; diff --git a/front/core/components/toggle/style.scss b/front/core/components/toggle/style.scss index 13b7406f6..a373b6f4c 100644 --- a/front/core/components/toggle/style.scss +++ b/front/core/components/toggle/style.scss @@ -11,7 +11,7 @@ cursor: inherit; } & > span { - font-size: $input-font-size; + font-size: $font-size; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; diff --git a/front/core/styles/global.scss b/front/core/styles/global.scss index 2c99aa45b..5f001736b 100644 --- a/front/core/styles/global.scss +++ b/front/core/styles/global.scss @@ -6,7 +6,7 @@ html, body { height: 100%; font-family: vn-font; color: $color-font; - font-size: 12pt; + font-size: $font-size; margin: 0; padding: 0; } diff --git a/front/core/styles/variables.scss b/front/core/styles/variables.scss index 1783a4c01..454bc6f7c 100644 --- a/front/core/styles/variables.scss +++ b/front/core/styles/variables.scss @@ -3,7 +3,7 @@ $menu-width: 16em; $topbar-height: 4em; $mobile-width: 800px; -$input-font-size: 16px; +$font-size: 16px; // Width diff --git a/modules/claim/front/detail/index.html b/modules/claim/front/detail/index.html index 4a5767194..30387ed43 100644 --- a/modules/claim/front/detail/index.html +++ b/modules/claim/front/detail/index.html @@ -1,12 +1,14 @@ - - - @@ -15,70 +17,68 @@ value="{{$ctrl.claimedTotal | currency: 'EUR':2}}"> - - - - - - - Landed - Quantity - Claimed - Description - Price - Disc. - Total - - - - - - {{::saleClaimed.sale.ticket.landed | dateTime:'dd/MM/yyyy'}} - {{::saleClaimed.sale.quantity}} - - - - - - - {{::saleClaimed.sale.concept}} - - - {{::saleClaimed.sale.price | currency: 'EUR':2}} - - - {{::saleClaimed.sale.discount}} % - - - - {{::$ctrl.getSaleTotal(saleClaimed.sale) | currency: 'EUR':2}} - - - - - - - - - - - + + + + + + Landed + Quantity + Claimed + Description + Price + Disc. + Total + + + + + + {{::saleClaimed.sale.ticket.landed | dateTime:'dd/MM/yyyy'}} + {{::saleClaimed.sale.quantity}} + + + + + + + {{::saleClaimed.sale.concept}} + + + {{::saleClaimed.sale.price | currency: 'EUR':2}} + + + {{::saleClaimed.sale.discount}} % + + + + {{::$ctrl.getSaleTotal(saleClaimed.sale) | currency: 'EUR':2}} + + + + + + + + + + -