Added content to services page

This commit is contained in:
Ethan N. Paul
2018-02-02 20:05:54 -05:00
parent eb01bd16fa
commit 8a371f0902
2 changed files with 72 additions and 21 deletions

View File

@@ -544,6 +544,7 @@ body.mobile-nav-active #mobile-nav-toggle {
font-weight: 700;
margin-bottom: 15px;
text-transform: uppercase;
color: #111;
}
#network .service-title a {
@@ -555,6 +556,15 @@ body.mobile-nav-active #mobile-nav-toggle {
line-height: 24px;
}
#network .service-link {
margin-left: 80px;
}
#network .service-link a {
margin-right: 10px;
font-weight: bold;
}
/* status Section
--------------------------------*/
#status {
@@ -862,3 +872,20 @@ body.mobile-nav-active #mobile-nav-toggle {
font-size: 13px;
color: #ccc;
}
/*--------------------------------------------------------------
# Primary button
--------------------------------------------------------------*/
.btn-default {
border: 1px solid #2C9FFF;
color: #2C9FFF;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #fff;
outline: 0;
color: #000;
background-color: #fff;
}