diff --git a/src/main/resources/public/css/agency.css b/src/main/resources/public/css/agency.css index 309113f..b18e5d8 100644 --- a/src/main/resources/public/css/agency.css +++ b/src/main/resources/public/css/agency.css @@ -81,6 +81,29 @@ section h3.section-subheading { border-color: #fed136; } +.btn-default { + background-color: #ffffff; + border-color: #ced4da;; +} + +.btn-info { + background-color: #5bc0de; + border-color: #5bc0de; +} + +.progress-bar { + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #fed136; + transition: width .6s ease; +} + .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #fec810 !important; border-color: #fec810 !important; diff --git a/src/main/resources/templates/papers/paper.html b/src/main/resources/templates/papers/paper.html index 66c5405..9d6ea7c 100644 --- a/src/main/resources/templates/papers/paper.html +++ b/src/main/resources/templates/papers/paper.html @@ -37,9 +37,7 @@
@@ -58,6 +56,13 @@ + +
+ +
+
@@ -65,7 +70,7 @@ type="submit"> Сохранить -