Rename docs to site (#1550)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
57
site/static/css/hawkbit.css
Executable file
57
site/static/css/hawkbit.css
Executable file
@@ -0,0 +1,57 @@
|
||||
|
||||
.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
|
||||
}
|
||||
Reference in New Issue
Block a user