Adding snapchat in termux server...

This commit is contained in:
An0nUD4Y 2018-04-23 13:09:33 +05:30 committed by GitHub
parent 9cb729e87e
commit 9e5d8380cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 111 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,69 @@
.snapchatFontThin {
font-family: 'HelveticaNeue-Thin', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
a {
cursor: pointer;
}
#navigationMenu {
text-align: center;
padding: 1rem;
}
#navigationMenu .button {
width: 75%;
max-width: 240px;
}
#navigationMenuButton {
float: right;
}
#navigationMenuButton img {
width: 20px;
}
.ui.snapchatHeader.stackable.grid .column {
margin-top: 2rem !important;
margin-bottom: 1rem;
padding-top: 1rem !important;
padding-bottom: 1rem;
}
.snapchatHeader .logo {
width: 80px;
}
.snapchatInvertedHeader h1 {
text-align: center;
}
.snapchatInvertedHeader h1 .logo {
padding-top: .5rem;
width: 36px;
}
.snapchatBody.stackable.grid {
padding-bottom: 5rem !important;
}
.snapchatFooter.stackable.grid {
padding-top: 3rem;
padding-bottom: 4rem;
border-top: 1px solid #EEE;
}
.snapchatFooter.stackable.grid h5 {
text-transform: uppercase;
}
.snapchatFooter .column {
text-align: center;
}
@font-face {
font-family: 'Dropdown';
src: url("fonts/icons.woff");
format('truetype'), url("fonts/icons.woff");
format('woff');
font-weight: normal;
font-style: normal;
}