Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
New Design for Campaign page
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-kunder committed Jul 12, 2019
1 parent a5e080e commit bf69981
Show file tree
Hide file tree
Showing 16 changed files with 37,534 additions and 579 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
Binary file removed Documents/Images/Diagram.png
Binary file not shown.
40 changes: 21 additions & 19 deletions Documents/assets/additional/css/additional.css
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ html, body {
.twt-background .can-section-subtitle {
color: #232323;
text-align: left;
}
}.twt-padding .section-text

.twt-background SPAN {
color: white;
Expand All @@ -1929,30 +1929,14 @@ html, body {
}

.twt-padding .section-text {
padding: 2rem 0;
text-align: justify;
padding-bottom: 2rem;
/* text-align: left; */
}

.twt-padding .inner-container {
margin: 0 auto;
}

.app_btn{
display: block;
background-color: #fff;
box-shadow: 1px 11px 9px -6px rgba(0, 0, 0, 0.28);
color: #2f4b66;
padding: .5rem;
width: 100%;
line-height: 100%;
margin: 5px 0;
}
.drop_btn{
height: 54px;
display: inline-block;
position: relative;
}

@media (max-width: 768px) {
.twt-padding .inner-container {
width: 100% !important;
Expand All @@ -1967,6 +1951,24 @@ html, body {
margin: auto;
width: 100% !important;
}
.drop_btn {
height: 54px;
display: inline-block;
position: relative;
}

.app_btn {
display: block;
background-color: #fff;
box-shadow: 1px 11px 9px -6px rgba(0, 0, 0, 0.28);
color: #2f4b66;
padding: .5rem;
width: 100%;
line-height: 100%;
margin: 5px 0;
}
.dropdown-menu.dropdown-menu-left.show{min-width: 10.5rem;}
.dropdown-menu.dropdown-menu-left.show a{ padding: 0;}

.twt-img .can-figure {
margin: 0 auto;
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed Documents/assets/images/TTArchitecture.png
Binary file not shown.
File renamed without changes
Binary file modified Documents/assets/images/TailwindTradersArchitecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed Documents/assets/images/diagram-1280x720.png
Binary file not shown.
Loading

0 comments on commit bf69981

Please sign in to comment.