suite
This commit is contained in:
parent
a6eada5d7a
commit
d1d687e63b
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.bundle
|
||||||
|
db/*.sqlite3
|
||||||
|
log/*.log
|
||||||
|
tmp/
|
||||||
|
pdf/
|
||||||
|
csv/
|
||||||
|
.sass-cache/
|
||||||
|
.DS_Store
|
||||||
|
private_medias/
|
||||||
|
public/public_medias
|
||||||
|
public/assets
|
@ -28,7 +28,7 @@
|
|||||||
top:5px;
|
top:5px;
|
||||||
width:12px;
|
width:12px;
|
||||||
height:12px;
|
height:12px;
|
||||||
border:4px solid rgba(251,163,58,1);
|
border:4px solid $orange;
|
||||||
background:white;
|
background:white;
|
||||||
border-radius:50%;
|
border-radius:50%;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@ -17,7 +17,6 @@ class Block < ActiveRecord::Base
|
|||||||
QuoteContent: "Citation",
|
QuoteContent: "Citation",
|
||||||
MenuItemLinkContent: "Pavé lien",
|
MenuItemLinkContent: "Pavé lien",
|
||||||
TimelineHistoryContent: "Timeline",
|
TimelineHistoryContent: "Timeline",
|
||||||
PetitionContent: "Petition",
|
|
||||||
VideoContent: "Vidéo",
|
VideoContent: "Vidéo",
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user