Skip to content

Commit

Permalink
V2
Browse files Browse the repository at this point in the history
  • Loading branch information
mxczpiscioneri committed Jun 13, 2017
1 parent 3b85ff7 commit 4fb9a2c
Show file tree
Hide file tree
Showing 143 changed files with 891 additions and 615 deletions.
20 changes: 20 additions & 0 deletions .htaccess
@@ -0,0 +1,20 @@
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##

AddDefaultCharset utf-8
2 changes: 2 additions & 0 deletions bower.json
Expand Up @@ -16,6 +16,8 @@
"html5shiv": "^3.7.3",
"acsset": "*",
"countdown": "git://github.com/epiksel/countdown.git#^1.0.1",
"unveil": "git://github.com/luis-almeida/unveil",
"matchHeight": "git://github.com/liabru/jquery-match-height",
"backfix": "http://www.bajb.net/code/backbutton/backfix.js"
}
}
54 changes: 27 additions & 27 deletions css/acsset.css
Expand Up @@ -506,11 +506,11 @@ html {
* Border Color
*/
.bd-default {
border-color: #476a6d !important;
border-color: #303030 !important;
}

.bd-primary {
border-color: #c2185b !important;
border-color: #ff7070 !important;
}

.bd-secondary {
Expand All @@ -522,11 +522,11 @@ html {
}

.bd-light {
border-color: #fce4ec !important;
border-color: #f7b9c0 !important;
}

.bd-lightgray {
border-color: #dbe4e3 !important;
border-color: #f7f6f4 !important;
}

.bd-gray {
Expand Down Expand Up @@ -786,32 +786,32 @@ html {
}

.field::-webkit-input-placeholder {
color: #fce4ec;
color: #303030;
}

.field::-moz-placeholder {
color: #fce4ec;
color: #303030;
}

.field:-moz-placeholder {
color: #fce4ec;
color: #303030;
}

.field:-ms-input-placeholder {
color: #fce4ec;
color: #303030;
}

.field:focus {
border-color: #ffc400;
color: #476a6d;
color: #303030;
}

.field.error {
border: 1px solid #ef5416;
}

.field.valid {
border: 1px solid #c2185b;
border: 1px solid #ff7070;
}

.field[disabled] {
Expand Down Expand Up @@ -872,7 +872,7 @@ select.field option[disabled] {
line-height: 1.2em;
color: #4a4a4a;
text-align: center;
background-color: #dbe4e3;
background-color: #f7f6f4;
border: 1px solid #b9bfba;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
Expand Down Expand Up @@ -954,7 +954,7 @@ select.field option[disabled] {
}

.btn-primary {
background-color: #c2185b;
background-color: #ff7070;
color: #FFFFFF;
}

Expand All @@ -965,7 +965,7 @@ select.field option[disabled] {

.btn-link {
background: transparent;
color: #c2185b;
color: #ff7070;
}

/**
Expand Down Expand Up @@ -998,7 +998,7 @@ select.field option[disabled] {
* List Style
*/
.list.strip .list-item:nth-child(even) {
background: #fce4ec;
background: #f7b9c0;
}

.list.strip .list-item:nth-child(odd) {
Expand Down Expand Up @@ -1059,11 +1059,11 @@ select.field option[disabled] {
* Icon Color
*/
.fill-default {
fill: #476a6d !important;
fill: #303030 !important;
}

.fill-primary {
fill: #c2185b !important;
fill: #ff7070 !important;
}

.fill-secondary {
Expand All @@ -1075,11 +1075,11 @@ select.field option[disabled] {
}

.fill-light {
fill: #fce4ec !important;
fill: #f7b9c0 !important;
}

.fill-lightgray {
fill: #dbe4e3 !important;
fill: #f7f6f4 !important;
}

.fill-gray {
Expand Down Expand Up @@ -1467,11 +1467,11 @@ select.field option[disabled] {
/* Background Color
========================================================================== */
.bg-default {
background-color: #476a6d !important;
background-color: #303030 !important;
}

.bg-primary {
background-color: #c2185b !important;
background-color: #ff7070 !important;
}

.bg-secondary {
Expand All @@ -1483,11 +1483,11 @@ select.field option[disabled] {
}

.bg-light {
background-color: #fce4ec !important;
background-color: #f7b9c0 !important;
}

.bg-lightgray {
background-color: #dbe4e3 !important;
background-color: #f7f6f4 !important;
}

.bg-gray {
Expand Down Expand Up @@ -1559,11 +1559,11 @@ select.field option[disabled] {
* Text Color
*/
.text-default {
color: #476a6d !important;
color: #303030 !important;
}

.text-primary {
color: #c2185b !important;
color: #ff7070 !important;
}

.text-secondary {
Expand All @@ -1575,11 +1575,11 @@ select.field option[disabled] {
}

.text-light {
color: #fce4ec !important;
color: #f7b9c0 !important;
}

.text-lightgray {
color: #dbe4e3 !important;
color: #f7f6f4 !important;
}

.text-gray {
Expand Down Expand Up @@ -1607,7 +1607,7 @@ select.field option[disabled] {
}

.text-valid {
color: #c2185b !important;
color: #ff7070 !important;
}

/**
Expand Down

0 comments on commit 4fb9a2c

Please sign in to comment.