Adding button generator
This commit is contained in:
parent
d22d127cac
commit
bdee635df0
11 changed files with 1458 additions and 6 deletions
|
|
@ -84,7 +84,7 @@
|
|||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
// Portal Header with portals on either side
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
position: relative;
|
||||
|
||||
.portal-title {
|
||||
font-size: 3.5rem;
|
||||
font-size: 2.5rem;
|
||||
font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -108,11 +108,13 @@
|
|||
0 0 40px rgba(255, 255, 255, 0.4),
|
||||
0 2px 4px rgba(0, 0, 0, 0.3);
|
||||
margin: 0;
|
||||
margin-top: 50px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
@include media-up(md) {
|
||||
font-size: 4rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -192,7 +194,7 @@
|
|||
left: 5%;
|
||||
bottom: 5%;
|
||||
width: 150px;
|
||||
z-index: -1;
|
||||
z-index: 1;
|
||||
|
||||
.heart-icon {
|
||||
font-size: 2em;
|
||||
|
|
@ -257,6 +259,7 @@
|
|||
.portal-sign {
|
||||
position: relative;
|
||||
padding: 3rem 2rem;
|
||||
z-index: 10;
|
||||
|
||||
border: 10px solid black;
|
||||
background: white;
|
||||
|
|
@ -579,7 +582,8 @@
|
|||
inset 0 0 100px rgba(0, 100, 200, 0.05),
|
||||
0 8px 32px rgba(0, 0, 0, 0.4);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
z-index: 10;
|
||||
|
||||
// Subtle tech panel grid pattern
|
||||
&::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue