Add a page per platform/component
This commit is contained in:
parent
a3dde919a8
commit
995ebdfb02
28 changed files with 810 additions and 41 deletions
|
@ -1,9 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
.usp .icon i {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.supported-brands {
|
||||
text-align: center;
|
||||
img {
|
||||
|
@ -15,6 +11,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.brand {
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
max-height: 50px;
|
||||
max-width: 200px;
|
||||
margin: 10px;
|
||||
|
||||
&.overview {
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
// https://fortawesome.github.io/Font-Awesome/3.2.1/icons/
|
||||
|
||||
h1:hover a.title-link,
|
||||
|
@ -43,10 +51,16 @@ h6:hover a.title-link {
|
|||
}
|
||||
}
|
||||
|
||||
.usp ul {
|
||||
text-align: left;
|
||||
margin-left: 27px;
|
||||
margin-top: -18px;
|
||||
.usp {
|
||||
ul {
|
||||
text-align: left;
|
||||
margin-left: 27px;
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.icon i {
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.hero-buttons a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue