diff --git a/cmd/web-app/static/assets/css/sb-admin-2.css b/cmd/web-app/static/assets/css/sb-admin-2.css index 6fce59a..0c62825 100755 --- a/cmd/web-app/static/assets/css/sb-admin-2.css +++ b/cmd/web-app/static/assets/css/sb-admin-2.css @@ -3243,6 +3243,28 @@ input[type="button"].btn-block { width: 100%; } +.text-blue { + color: #4e73df; +} +.text-green { + color: #1cc88a; +} +.text-aqua { + color: #36b9cc; +} +.text-orange { + color: #f6c23e; +} +.text-red { + color: #e74a3b; +} +.text-purple { + color: #52489C; +} +.text-pink { + color: #D741A7; +} + .fade { -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; @@ -10606,7 +10628,7 @@ a:focus { display: -webkit-box; display: -ms-flexbox; display: flex; - padding-top: 70px; + padding-top: 0px; } #wrapper #content-wrapper { @@ -10621,6 +10643,14 @@ a:focus { flex: 1 0 auto; } +#wrapper.website { + padding-top: 70px; +} + +#page-content { + padding-bottom: 5em; +} + .container, .container-fluid { padding-left: 1.5rem; @@ -10970,7 +11000,7 @@ a:focus { border: 0; font-weight: 900; content: '\f105'; - font-family: 'Font Awesome 5 Free'; + font-family: 'FontAwesome'; } .sidebar .nav-item.dropdown.show .dropdown-toggle::after, @@ -11247,7 +11277,7 @@ a:focus { .sidebar #sidebarToggle::after { font-weight: 900; content: '\f104'; - font-family: 'Font Awesome 5 Free'; + font-family: 'FontAwesome'; margin-right: 0.1rem; } @@ -11266,7 +11296,7 @@ a:focus { .sidebar.toggled #sidebarToggle::after { content: '\f105'; - font-family: 'Font Awesome 5 Free'; + font-family: 'FontAwesome'; margin-left: 0.25rem; } @@ -11350,7 +11380,7 @@ a:focus { border: 0; font-weight: 900; content: '\f107'; - font-family: 'Font Awesome 5 Free'; + font-family: 'FontAwesome'; } .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after { content: '\f105'; @@ -11531,6 +11561,11 @@ a:focus { color: rgba(255, 255, 255, 0.5); } +#buildinfo { + margin-top: 2em; + font-size: 12px; +} + .btn-circle { border-radius: 100%; height: 2.5rem; @@ -11622,7 +11657,7 @@ a:focus { line-height: 51px; font-weight: 900; content: '\f107'; - font-family: 'Font Awesome 5 Free'; + font-family: 'FontAwesome'; color: #d1d3e2; } diff --git a/cmd/web-app/static/images/example-image-resize-galaxy-3000x1600.png b/cmd/web-app/static/images/example-image-resize-galaxy-3000x1600.png new file mode 100644 index 0000000..d8d1851 Binary files /dev/null and b/cmd/web-app/static/images/example-image-resize-galaxy-3000x1600.png differ diff --git a/cmd/web-app/templates/content/account-update.gohtml b/cmd/web-app/templates/content/account-update.gohtml index ddcaaba..0b27332 100644 --- a/cmd/web-app/templates/content/account-update.gohtml +++ b/cmd/web-app/templates/content/account-update.gohtml @@ -3,134 +3,156 @@ {{end}} {{define "content"}} + +