mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Initial Commit
This commit is contained in:
commit
c92f737237
273 changed files with 16964 additions and 0 deletions
27
client/app/main/main.css
Normal file
27
client/app/main/main.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.thing-form {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
#banner {
|
||||
border-bottom: none;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
#banner h1 {
|
||||
font-size: 60px;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
.hero-unit {
|
||||
position: relative;
|
||||
padding: 30px 15px;
|
||||
color: #F5F5F5;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||
background: #2d363a;
|
||||
}
|
||||
|
||||
.navbar-text {
|
||||
margin-left: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue