blob: 61e38742a769844634d4419789f2bdc33484c285 [file] [log] [blame]
/*// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.*/
#dashboard-content #documentation-page {
padding: 1.5rem;
.links {
div.logo {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
}
.couchdb-icon {
background: transparent url('../../../../../assets/img/couchdb-logo.png')
no-repeat 50% 50%;
background-size: 60px auto;
background-position-x: left;
padding-left: 70px;
}
.github-icon {
background: transparent url('../../../../../assets/img/github.png')
no-repeat 50% 50%;
background-size: 48px auto;
background-position-x: left;
padding-left: 70px;
}
.asf-feather-icon {
background: transparent
url('../../../../../assets/img/asf-feather-logo.png') no-repeat 50% 50%;
background-size: 70px;
background-position-x: left;
padding-left: 70px;
}
.linkedin-icon {
background: transparent url('../../../../../assets/img/linkedin.png')
no-repeat 50% 50%;
background-size: 40px auto;
background-position-x: left;
padding-left: 70px;
}
.twitter-icon {
background: transparent url('../../../../../assets/img/twitter.png')
no-repeat 50% 50%;
background-size: 60px;
background-position-x: left;
padding-left: 70px;
}
}