Skip to content

Commit

Permalink
Срок годности
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Sep 3, 2022
1 parent 4a6d3d7 commit 56481c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/admin/assets/src/css/admin.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--primary-color: #2185D0; /*Главный цвет ссылок и главных кнопок*/
--primary-color: #cb11ab; /*Главный цвет ссылок и главных кнопок*/
--bg-gray: #f3f3f3; /*Главный цвет ссылок и главных кнопок*/
}
html {
Expand Down Expand Up @@ -712,6 +712,7 @@ iframe {
.btn-primary
{
background-color: var(--primary-color);
border-color: var(--primary-color);
}

.btn-primary:visited,
Expand Down

0 comments on commit 56481c0

Please sign in to comment.