Added content to services page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user