merge styles of prototype beuth hs project
This commit is contained in:
parent
edabe53b81
commit
28eb39b298
8 changed files with 134 additions and 74 deletions
|
@ -6,12 +6,18 @@
|
|||
|
||||
.breadcrumbs {
|
||||
position: relative;
|
||||
border-bottom: 1px solid @color-border-light;
|
||||
padding: 1rem 1.8rem @very-small-spacing;
|
||||
border-bottom: 1px solid @color-border;
|
||||
padding: 1.6rem 1.8rem .2rem;
|
||||
|
||||
> p {
|
||||
font-size: @font-size-small;
|
||||
margin: 0;
|
||||
@media @screen_max-xs{
|
||||
width: 1px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 1.6rem;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: @font-size-small;
|
||||
|
@ -28,6 +34,7 @@
|
|||
.icon-home();
|
||||
|
||||
min-height: 1.8em;
|
||||
min-width: 1.9em;
|
||||
width: auto;
|
||||
box-sizing: border-box;
|
||||
border: solid 1px transparent;
|
||||
|
@ -50,26 +57,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
bdi {
|
||||
bdi {
|
||||
padding: .1em .1em 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media @screen_max-md {
|
||||
min-height: 2.6rem;
|
||||
padding-right: .3rem;
|
||||
padding-left: 0;
|
||||
|
||||
p{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* + + + + + icon list + + + + + */
|
||||
.page-attributes {
|
||||
|
@ -79,6 +71,9 @@
|
|||
max-width: 30%;
|
||||
margin: -.6em 0 0;
|
||||
padding: 0;
|
||||
@media @screen_max-xs{
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
> li {
|
||||
.btn-usertools-wrapper(); // uniform li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue