mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
* WIP #2052 - Adding sass - Test components - Night mode - docker con banner - archive legacy css * add compressed css * Update branding for cloud api docs * split out global header * rescale mods * adjust viewport rescaling * sync * test * testing deploy * john rules, please update man * test: removing all styles * trying to make netlify work * add min-height to sidebars * testing * Update style.css manually add css * testing * test * Update style.css * adding dockercon svg * add svgs add svgs * remove css * re-add * s/container-fluid/container
47 lines
725 B
CSS
47 lines
725 B
CSS
|
|
|
|
/*
|
|
*
|
|
* this css will be integrated into master. for now testing.......
|
|
*
|
|
*/
|
|
|
|
.toc-nav
|
|
{
|
|
padding-bottom: 50px !important;
|
|
}
|
|
|
|
.alert-info {
|
|
border: 0;
|
|
border-radius: 0;
|
|
color: #31708f;
|
|
background-color: #3F51B5!important;
|
|
border-color: #bce8f1;
|
|
text-align: center;
|
|
color: #fff;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.alert-info ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.close {
|
|
float: right;
|
|
font-size: 21px;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
color: #fffdfd;
|
|
text-shadow: 0 1px 0 #fff;
|
|
filter: alpha(opacity=20);
|
|
opacity: .2;
|
|
margin: 10px 15px 0 0;
|
|
}
|
|
|
|
/* Make table headings bold, give tables some breathing room */
|
|
|
|
.content table {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|