Skip to content

Commit

Permalink
feat: template and firebase auth
Browse files Browse the repository at this point in the history
Signed-off-by: Aravind V Nair <[email protected]>
  • Loading branch information
aravindvnair99 committed Feb 28, 2020
1 parent 83197ba commit d7bd506
Show file tree
Hide file tree
Showing 242 changed files with 93,692 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions public/assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
@media (min-width: 992px){
.typo-line{
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}

.typo-line .category{
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}

.icon-section {
margin: 0 0 3em;
clear: both;
overflow: hidden;
}
.icon-container {
width: 240px;
padding: .7em 0;
float: left;
position: relative;
text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
color: #000;
position: absolute;
margin-top: 3px;
transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
font-size: 2.2em;
margin-top: -5px;
}
.icon-container:hover .icon-name {
color: #000;
}
.icon-name {
color: #aaa;
margin-left: 35px;
font-size: .8em;
transition: .3s;
}
.icon-container:hover .icon-name {
margin-left: 45px;
}

.places-buttons .btn{
margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
position: absolute;
width: 100%;
bottom: 10px;
}
.sidebar .nav > li.active-pro a{
background: rgba(255, 255, 255, 0.14);
opacity: 1;
color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
text-align: center;
}
body.nude{
background-color: #f4f3ef;
}
Loading

0 comments on commit d7bd506

Please sign in to comment.