Skip to content

Commit

Permalink
[Chore] change div name to center-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
penny-wanjiru committed Jul 20, 2016
1 parent 73f28af commit 4135380
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
32 changes: 16 additions & 16 deletions troupon/static/css/base_styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ==========================================================================
Resets (overrides for Bootstrap and browser-defaults)
/* ==========================================================================
Resets (overrides for Bootstrap and browser-defaults)
========================================================================== */
body {
-webkit-appearance: none;
Expand Down Expand Up @@ -164,8 +164,8 @@ h1 {
padding-left: 0px;
}

/* ==========================================================================
links
/* ==========================================================================
links
========================================================================== */
a, .dropdown .dropdown-menu > li > a, .menu-link, .label-link, .label-link-list-v > li > a, .label-link-list-h > li > a, #header-bar .auth-options > li > a, #modal-login header p > a, #modal-register header p > a, #modal-forgot-password header p > a, .highlight-link a, #header-bar .nav-menu > li > a, #header-bar .member-options > li > a, footer .quick-links > li > a {
color: #5E5E77;
Expand Down Expand Up @@ -199,8 +199,8 @@ a:focus, .dropdown .dropdown-menu > li > a:focus, .menu-link:focus, .label-link:
font-size: 15px;
}

/* ==========================================================================
Buttons
/* ==========================================================================
Buttons
========================================================================== */
.btn-action {
-webkit-appearance: none;
Expand Down Expand Up @@ -302,8 +302,8 @@ a.btn-action, .dropdown .dropdown-menu > li > a.btn-action, .btn-action.menu-lin
text-align: center;
}

/* ==========================================================================
Forms Controls
/* ==========================================================================
Forms Controls
========================================================================== */
.custom-input-group {
width: 100%;
Expand Down Expand Up @@ -408,8 +408,8 @@ Forms Controls
font-size: 16px;
}

/* ==========================================================================
Lists
/* ==========================================================================
Lists
========================================================================== */
.label-link-list-v {
list-style: none outside none;
Expand Down Expand Up @@ -454,8 +454,8 @@ Lists
color: #E67E22;
}

/* ==========================================================================
Other components.
/* ==========================================================================
Other components.
========================================================================== */
.card {
background: #FFFFFF;
Expand Down Expand Up @@ -952,8 +952,8 @@ deal-detail p {
font-size: 30px;
}

/* ==========================================================================
Sections
/* ==========================================================================
Sections
========================================================================== */
html, body, .viewport-container {
height: 100%;
Expand Down Expand Up @@ -1593,8 +1593,8 @@ footer .copyright p {
transform: translateY(-50%);
}

/* =========================================================================
page-related styles:
/* =========================================================================
page-related styles:
========================================================================== */
main > section.row {
padding: 30px 0px 0px;
Expand Down
3 changes: 1 addition & 2 deletions troupon/static/scss/partials/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ a.btn-action, a.btn-action-alt {
line-height: 2.5;
}

.loginbtns {
.center-buttons {
text-align: center;
}


/* ==========================================================================
Forms Controls
========================================================================== */
Expand Down

0 comments on commit 4135380

Please sign in to comment.