diff --git a/src/components/router/RouterDialog.jsx b/src/components/router/RouterDialog.jsx index 96986c1..7e33cee 100644 --- a/src/components/router/RouterDialog.jsx +++ b/src/components/router/RouterDialog.jsx @@ -27,7 +27,7 @@ const firstPoint = ({ routerCancel }: Props) => (
-
Теперь - следующую
+
УКАЖИТЕ СЛЕДУЮЩУЮ ТОЧКУ
diff --git a/src/components/trash/TrashDialog.jsx b/src/components/trash/TrashDialog.jsx index a5ef2fa..6255d0d 100644 --- a/src/components/trash/TrashDialog.jsx +++ b/src/components/trash/TrashDialog.jsx @@ -12,8 +12,9 @@ export const TrashDialog = ({ clearPoly, clearStickers, clearAll, clearCancel }: Props) => (
-
-
Уверены?
+
+ +
Уверены?
@@ -23,7 +24,7 @@ export const TrashDialog = ({
Стикеры
-
+
Удалить все
diff --git a/src/index.html b/src/index.html index cf48544..14b4756 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - + @ORCHID diff --git a/src/styles/button.less b/src/styles/button.less index cdbc38b..3b178d7 100644 --- a/src/styles/button.less +++ b/src/styles/button.less @@ -12,7 +12,7 @@ user-select: none; box-shadow: inset rgba(100,100,100, 0.3) 1px 0, inset rgba(0,0,0, 0.1) -1px 0; color: white; - font-weight: 200; + font-weight: 400; &.primary { background: #3c78db; diff --git a/src/styles/colors.less b/src/styles/colors.less index 3a3a813..af6e1db 100644 --- a/src/styles/colors.less +++ b/src/styles/colors.less @@ -19,3 +19,4 @@ @color_primary: #4597d0; @color_success: #7cd766; +@color_danger: #ff3344; diff --git a/src/styles/main.less b/src/styles/main.less index 70fbcd9..dbb7f34 100644 --- a/src/styles/main.less +++ b/src/styles/main.less @@ -14,6 +14,8 @@ body { font-size: 15px; // letter-spacing: 0.4px; padding: 0; + font-weight: 400; + -webkit-font-smoothing: antialiased; } .gray { @@ -22,6 +24,7 @@ body { .big { font-size: 1em; + font-weight: 500; } .upper { @@ -43,3 +46,7 @@ body { .primary { color: @color_primary; } + +.danger { + color: @color_danger; +} diff --git a/src/styles/panel.less b/src/styles/panel.less index 6b7753b..d631448 100644 --- a/src/styles/panel.less +++ b/src/styles/panel.less @@ -77,7 +77,7 @@ span { margin-right: 8px; font-size: 14px; - font-weight: 200; + font-weight: 500; margin-left: 8px; } @@ -174,6 +174,7 @@ svg { fill: white; width: 24px; + height: 24px; margin-right: 6px; } @@ -184,6 +185,22 @@ fill: @color_success; } } + + &.primary { + color: @color_danger; + + svg { + fill: @color_danger; + } + } + + &.danger { + color: @color_danger; + + svg { + fill: @color_danger; + } + } } .helper__buttons {