diff --git a/lib/gui/components/drive-selector/templates/drive-selector-modal.tpl.html b/lib/gui/components/drive-selector/templates/drive-selector-modal.tpl.html index 81b2b771..b80f5269 100644 --- a/lib/gui/components/drive-selector/templates/drive-selector-modal.tpl.html +++ b/lib/gui/components/drive-selector/templates/drive-selector-modal.tpl.html @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@ - NOT RECOMMENDED + Not Recommended @@ -28,17 +28,17 @@ - TOO SMALL FOR IMAGE + Too Small For Image - LOCKED + Locked - SYSTEM DRIVE + System Drive diff --git a/lib/gui/components/modal/styles/_modal.scss b/lib/gui/components/modal/styles/_modal.scss index 5dc09601..9364bc09 100644 --- a/lib/gui/components/modal/styles/_modal.scss +++ b/lib/gui/components/modal/styles/_modal.scss @@ -25,8 +25,7 @@ .modal-header { display: flex; align-items: baseline; - text-transform: uppercase; - font-size: 11px; + font-size: 12px; color: $palette-theme-light-soft-foreground; padding: 11px 20px; flex-grow: 0; diff --git a/lib/gui/css/main.css b/lib/gui/css/main.css index 5345d551..9b5f85ce 100644 --- a/lib/gui/css/main.css +++ b/lib/gui/css/main.css @@ -6227,8 +6227,7 @@ body { .modal-header { display: flex; align-items: baseline; - text-transform: uppercase; - font-size: 11px; + font-size: 12px; color: #b3b3b3; padding: 11px 20px; flex-grow: 0; } @@ -6446,24 +6445,6 @@ body { background-color: #f2f2f2; word-wrap: break-word; } -/* - * Copyright 2016 resin.io - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -.modal-flash-error-modal .modal-title .glyphicon, .modal-flash-error-modal .modal-title .tick { - color: #d9534f; } - /* * Copyright 2016 resin.io * diff --git a/lib/gui/index.html b/lib/gui/index.html index da1f2728..bc98830c 100644 --- a/lib/gui/index.html +++ b/lib/gui/index.html @@ -41,7 +41,7 @@ os-open-external="https://etcher.io?ref=etcher_footer"> - IS AN OPEN SOURCE PROJECT BY + is an open source project by - SELECT DRIVE + Select Drive 1 @@ -47,7 +47,7 @@ ng-disabled="main.shouldImageStepBeDisabled()"> SELECT IMAGE + ng-disabled="main.shouldImageStepBeDisabled()">Select Image 2 @@ -75,7 +75,7 @@ @@ -94,7 +94,7 @@ path="../../../assets/flash.svg" ng-disabled="main.shouldFlashStepBeDisabled()"> FLASH IMAGE + ng-disabled="main.shouldFlashStepBeDisabled()">Flash Image 3 diff --git a/lib/gui/pages/settings/templates/settings.tpl.html b/lib/gui/pages/settings/templates/settings.tpl.html index 4745f4e2..509ea924 100644 --- a/lib/gui/pages/settings/templates/settings.tpl.html +++ b/lib/gui/pages/settings/templates/settings.tpl.html @@ -50,7 +50,7 @@ description: 'Are you sure you want to turn this on? You will be able to overwrite your system drives if you\'re not careful.', confirmationLabel: 'Enable unsafe mode' })"> - Unsafe mode DANGEROUS + Unsafe mode Dangerous diff --git a/lib/gui/scss/main.scss b/lib/gui/scss/main.scss index 807b7eb6..631f3018 100644 --- a/lib/gui/scss/main.scss +++ b/lib/gui/scss/main.scss @@ -35,7 +35,6 @@ $link-color: #ddd; @import "../components/progress-button/styles/progress-button"; @import "../components/drive-selector/styles/drive-selector"; @import "../components/tooltip-modal/styles/tooltip-modal"; -@import "../components/flash-error-modal/styles/flash-error-modal"; @import "../components/warning-modal/styles/warning-modal"; @import "../pages/main/styles/main"; @import "../pages/settings/styles/settings";