SPR-866: Title and Claim prepared
This commit is contained in:
parent
4ce60e76b9
commit
cb25c44ba1
4 changed files with 150 additions and 50 deletions
|
@ -110,6 +110,12 @@
|
|||
height: 150px;
|
||||
min-height: 6rem;
|
||||
display: table;
|
||||
|
||||
+ .col-xs-12 {
|
||||
float: right;
|
||||
width: 73%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -127,35 +133,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.claim {
|
||||
display: table-cell;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
|
||||
.logo {
|
||||
/*position: absolute;
|
||||
bottom: 1em;
|
||||
overflow: visible;*/
|
||||
padding: 1rem 0 .3rem;
|
||||
|
||||
img {
|
||||
height: 4.6rem;
|
||||
width: auto;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-width: 2px 0;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
img {
|
||||
border-width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.showSidebar {
|
||||
.content {
|
||||
.row > .col-xs-12 {
|
||||
|
@ -218,14 +195,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#dokuwiki__header {
|
||||
.logo {
|
||||
/*width: 200px;
|
||||
max-width: 33%;
|
||||
margin: .8rem 0;*/
|
||||
}
|
||||
}
|
||||
|
||||
.tools {
|
||||
.main-sidebar {
|
||||
display: none;
|
||||
|
@ -233,18 +202,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media @screen_max-md {
|
||||
.claim {
|
||||
min-height: 3rem;
|
||||
|
||||
.logo {
|
||||
.mobile-only {
|
||||
margin: .8rem 1rem .6rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media @screen_max-xxs {
|
||||
@mobileMargin: 4px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue