account menu sections

This commit is contained in:
Mo Bitar
2017-01-26 15:11:41 -06:00
parent ee6ec5bfbc
commit a255b8487e
14 changed files with 156 additions and 126 deletions

View File

@@ -6,6 +6,18 @@
float: right;
}
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.faded {
opacity: 0.5;
}
.footer-bar {
position: relative;
width: 100%;
@@ -18,6 +30,10 @@
color: $dark-gray;
border-bottom: 1px solid rgba(#979799, 0.4);
.medium-text {
font-size: 14px;
}
a {
font-weight: bold;
cursor: pointer;
@@ -49,7 +65,7 @@
h3 {
font-size: 14px !important;
margin-top: 4px !important;
margin-bottom: 0px !important;
margin-bottom: 3px !important;
}
h4 {
@@ -70,6 +86,15 @@
border-radius: 0px;
}
.center-align {
text-align: center;
}
.center {
margin-left: auto;
margin-right: auto;
}
.block {
display: block;
}