Skip to content

Commit

Permalink
Merge pull request #13 from titouanfreville/cactus-v1
Browse files Browse the repository at this point in the history
Cactus v1
  • Loading branch information
titouanfreville authored Nov 10, 2016
2 parents 7e97d38 + 716cded commit fb4a62b
Show file tree
Hide file tree
Showing 194 changed files with 729 additions and 1,680 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "cactusespacesverts/images"]
path = cactusespacesverts/images
url = [email protected]:titouanfreville/cactus_images.git
3 changes: 2 additions & 1 deletion cactusespacesverts/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"angularjs-google-maps": "^0.5.0",
"lodash": "^4.15.0",
"angular-animate": "^1.5.8",
"ng-photoswipe": "^0.2.0"
"ng-photoswipe": "^0.2.0",
"font-awesome": "^4.7.0"
},
"resolutions": {
"angular": "^1.5.8"
Expand Down
2 changes: 1 addition & 1 deletion cactusespacesverts/cactusespacesverts.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
# listen 80;
listen *:80;
listen *:80;
index index.html index.htm;
server_name localhost cactusespacesverts.fr www.cactusespacesverts.fr cactus;
#root /cactus/http/cactusespacesverts/;
Expand Down
2 changes: 1 addition & 1 deletion cactusespacesverts/css/default-skin/default-skin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cactusespacesverts/css/sass/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
height: 100px;
}
padding: 15px;
margin: 0 auto 2em;
padding: 0 auto 2em;
border: 1px solid #ddd;
background: #FFF;
/* CSS3 effects */
Expand Down
17 changes: 11 additions & 6 deletions cactusespacesverts/css/sass/_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@ body {
@include tap-highlight-transparent();
@include user-select(none);
@include display-flex;
@include flex(1);
@include flex-direction(column);
width: auto;
word-wrap: break-word;
line-height: 20px;
-webkit-backface-visibility: hidden;
-webkit-user-drag: none;
padding: 1%;
margin: 0;
left: 0;
top: 0;
right: 0;
width: auto;
margin-right: 25px;
overflow-x: hidden;
// configurable properties -------------
background: $background-img $background-color no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: $fonts;
font-size: 100%;
color: $base-font-color;
font-size: $baseFontSize;
color: $baseFontColor;
line-height: 1.5;
//width: 1vm;
}
3 changes: 3 additions & 0 deletions cactusespacesverts/css/sass/_contact.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.contact {
background: $contactBackgroundColor;
}
Loading

0 comments on commit fb4a62b

Please sign in to comment.