merge styles of prototype beuth hs project

This commit is contained in:
Jana Deutschländer 2017-02-09 10:12:50 +01:00
commit 28eb39b298
8 changed files with 134 additions and 74 deletions

View file

@ -1,5 +1,6 @@
#meta-box {
position: relative;
z-index: 10;
display: inline-block;
min-height: 1.95rem;
max-width: 40%;
@ -8,6 +9,10 @@
.tab-container {
display: table;
@media @screen_max-md{
width: 100%;
}
}
.box-content {
@ -19,6 +24,9 @@
ul.meta-tabs {
list-style: none;
background-color: @background_page-header;
@media @screen_max-md{
background-color: #fff;
}
margin: 0;
padding: 0;
@ -46,7 +54,7 @@
position: relative;
display: block;
background-color: @color-site-bg;
border: 1px solid @color-border-light;
border: 1px solid @color-border;
border-radius: @fix_border-radius @fix_border-radius 0 0;
color: @color-nav;
font-size: @font-size-small;
@ -54,6 +62,10 @@
padding: .3em 1rem .1em;
margin-left: 4px;
transition: @transition color, @transition background-color, @transition border-color;
@media @screen_max-xs{
padding: .3em .3rem .1em;
margin-left: 0;
}
* {
cursor: pointer;
@ -210,12 +222,11 @@
display: block;
top: -1.1rem;
position: relative;
right: -3.07rem;
right: auto;
.tab-container{
display: block;
}
ul.meta-tabs{
float: right;
> li > a{
margin-left: 0;
}