Files
docker-docs/_scss/_global-header.scss
Josh south 492074c717 Various post-launch fixes (#2549)
* 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
2017-03-31 16:07:37 -07:00

56 lines
929 B
SCSS
Executable File

/*
*
* hero banner text *************************************************************
*
*/
.hero-text {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
min-height: 20em;
min-width: 400px;
-ms-flex-pack: center;
justify-content: center;
& h1 {
color: $white;
}
& ul {
padding: 0;
li {
padding: 0 10px 0 0;
}
}
p {
color: $white;
margin-bottom: 15px;
font-size: 18px;
font-family: "Open Sans", sans-serif;
}
}
.hero-text-centered {
-ms-flex: none;
flex: none;
text-align: center;
max-width: 70%;
}
/** dockercon banner **/
.banner {
width: 270px;
height: auto;
position: absolute;
bottom: 55px;
right: 0;
z-index: 1;
img {
width: 100%;
}
}