diff --git a/Thermo.Active/wwwroot/assets/styles/base/piece.less b/Thermo.Active/wwwroot/assets/styles/base/piece.less index a670c6c3..19bd6c33 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/piece.less +++ b/Thermo.Active/wwwroot/assets/styles/base/piece.less @@ -1,79 +1,79 @@ // out: false, sourceMap: false, main: ../style.less -.piece_info{ +.piece_info { + display: flex; + align-items: center; + justify-content: space-evenly; + height: 84px; + border-bottom: 2px solid black; + + label { + font-size: 54px; + font-weight: 500; + text-align: right; + color: #4b4b4b; + } + + div { display: flex; - align-items: center; - justify-content: space-evenly; - height: 84px; - border-bottom: 2px solid black; + flex-flow: column; + + span { + font-family: "Work Sans"; + font-weight: 500; + line-height: 1; + letter-spacing: normal; + text-align: center; + color: #4b4b4b; + + &:first-of-type { + font-size: 12px; + text-transform: uppercase; + } + + &:last-of-type { + font-size: 25px; + } - label{ - font-size: 54px; - font-weight: 500; - text-align: right; - color: #4b4b4b; } + } - div{ - display: flex; - flex-flow: column; - - span{ - font-family: "Work Sans"; - font-weight: 500; - line-height: 1; - letter-spacing: normal; - text-align: center; - color: #4b4b4b; - - &:first-of-type{ - font-size: 12px; - text-transform: uppercase; - } - - &:last-of-type{ - font-size: 25px; - } - - } - } - - button{ - height: 16px; - width: 16px; - background-color: black; - } + button { + height: 16px; + width: 16px; + background-color: black; + } } -.sub_menu{ - margin-left: 250px; - display: grid; - grid-template-rows: repeat(3,60px); +.sub_menu { + margin-left: 250px; + display: grid; + grid-template-rows: repeat(3, 60px); - .piece_info{ - height: 60px; - - button{ - background-color: white; - border-color: black; - border-radius: 50%; - width: 50px; - height: 50px; - } + .piece_info { + height: 60px; + button { + background-color: white; + border-color: black; + border-radius: 50%; + width: 50px; + height: 50px; } - .row_1{ - grid-row: 1; - } + } - .row_2{ - grid-row: 2; - } + .row_1 { + grid-row: 1; + } - .row_3{ - grid-row: 3; - } + .row_2 { + grid-row: 2; + } + + .row_3 { + grid-row: 3; + } } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue index ec2216f5..516e68e6 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue @@ -4,25 +4,25 @@