Files
hawkbit/docs/static/css/hawkbit.css
Jeroen Laverman ea7d85a15c Fix Typos and remove unchanged theme files (#719)
* Fix Typos and remove unchanged theme files

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>

* Add Sandbox to getting started section
* fix glitch in UI description

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
2018-08-23 13:29:08 +02:00

58 lines
874 B
CSS
Executable File

.copyright {
margin-top: 5em;
margin-bottom: 1em;
overflow: auto;
}
.copyright a {
border-bottom-style: none;
}
.copyright p {
margin-top: 0;
}
.copyright p.notice {
margin-top: 27px;
}
.copyright div.logo {
float: right;
width: 20%;
padding-bottom: 2%;
}
.copyright .quickLinks a {
float: left;
padding-right: 2em;
}
.jumbotron {
padding-bottom: 1em;
padding-top: 2em;
text-align: center;
font-size: xx-large;
color: #734dba;
}
.banner div.drawerlogo {
background: white;
border-radius: 100%;
width: 64px;
height: 64px;
transition: box-shadow .4s;
}
.banner div.drawerlogo:hover {
box-shadow: 0 4px 7px rgba(0, 0, 0, .23), 0 8px 25px rgba(0, 0, 0, .05);
}
.banner .drawerlogo img {
height: 100%;
width: 100%;
padding: 15%;
position: relative;
top: -3px
}