Component details pages added
This commit is contained in:
parent
04f48395d6
commit
03d0d75ae1
130 changed files with 610 additions and 471 deletions
|
@ -308,17 +308,26 @@ p.note {
|
|||
border-radius: 2px;
|
||||
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
|
||||
.img-container {
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
font: 0/0 a;
|
||||
|
||||
&:before { /* create a full-height inline block pseudo=element */
|
||||
content: ' ';
|
||||
display: inline-block;
|
||||
vertical-align: middle; /* vertical alignment of the inline element */
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 50px;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -337,3 +346,18 @@ p.note {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.aside-module {
|
||||
.section {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.brand-logo-container {
|
||||
text-align: center;
|
||||
height: 97px;
|
||||
|
||||
img {
|
||||
max-height: 97px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,7 +14,7 @@ body{ -webkit-animation: bugfix infinite 1s; }
|
|||
#toggle, .toggle { display: none; }
|
||||
.menu li { list-style: none; float:left; }
|
||||
|
||||
$menu-collapse: 790px;
|
||||
$menu-collapse: 955px;
|
||||
|
||||
// @media only screen and (max-width: $lap-end){
|
||||
@media only screen and (max-width: $menu-collapse){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue