Migrated the Feature page to Polymer 1
This commit is contained in:
32
rpg-docs/client/views/home/intro/intro.css
Normal file
32
rpg-docs/client/views/home/intro/intro.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.intro .section {
|
||||
width: 100%;
|
||||
min-height: 200px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.intro .section > div, .intro .section > h2 {
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
.intro .section .display1 {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.intro .section .columns > div {
|
||||
max-width: 300px;
|
||||
padding: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.intro .section paper-button {
|
||||
color: #FF5252;
|
||||
}
|
||||
|
||||
.intro paper-button {
|
||||
min-width: 200px;
|
||||
}
|
||||
Reference in New Issue
Block a user