aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/page-container/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/page-container/index.scss')
-rw-r--r--ui/app/components/page-container/index.scss42
1 files changed, 21 insertions, 21 deletions
diff --git a/ui/app/components/page-container/index.scss b/ui/app/components/page-container/index.scss
index b7bf1b8b5..6742e3082 100644
--- a/ui/app/components/page-container/index.scss
+++ b/ui/app/components/page-container/index.scss
@@ -52,29 +52,29 @@
.btn-confirm {
font-size: 1rem;
}
- }
- &__footer-header {
- display: flex;
- flex-flow: row;
- justify-content: center;
- padding: 16px;
- flex: 0 0 auto;
- }
-
- &__footer-footer {
- display: flex;
- flex-flow: row;
- justify-content: space-around;
- padding: 0 16px 16px;
- flex: 0 0 auto;
+ header {
+ display: flex;
+ flex-flow: row;
+ justify-content: center;
+ padding: 16px;
+ flex: 0 0 auto;
+ }
- a, a:hover {
- text-decoration: none;
- cursor: pointer;
- font-size: 0.75rem;
- text-transform: uppercase;
- color: #2f9ae0;
+ footer {
+ display: flex;
+ flex-flow: row;
+ justify-content: space-around;
+ padding: 0 16px 16px;
+ flex: 0 0 auto;
+
+ a, a:hover {
+ text-decoration: none;
+ cursor: pointer;
+ font-size: 0.75rem;
+ text-transform: uppercase;
+ color: #2f9ae0;
+ }
}
}