template redesign
This commit is contained in:
parent
77d4a15da5
commit
f414dd9577
31 changed files with 1156 additions and 80 deletions
|
@ -120,23 +120,45 @@
|
|||
|
||||
.content{
|
||||
.row > .col-xs-12{
|
||||
width: 73%;
|
||||
position: relative;
|
||||
float: right;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
.showSidebar{
|
||||
.content{
|
||||
.row > .col-xs-12{
|
||||
width: 73%;
|
||||
position: relative;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.claim{
|
||||
.logo{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 1px;
|
||||
bottom: 1em;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.logo img{
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
height: 60px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.showSidebar{
|
||||
.claim{
|
||||
.logo{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 1px;
|
||||
overflow: visible;
|
||||
}
|
||||
.logo img{
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue