Compare commits
No commits in common. "3e451fcd19aa1658f7fb11e6ca3f179948cf3ce0" and "9cccad7cb7647f2356737e6979678b5efcf406cb" have entirely different histories.
3e451fcd19
...
9cccad7cb7
6 changed files with 1 additions and 16 deletions
1
Procfile
1
Procfile
|
|
@ -1 +0,0 @@
|
|||
web: rails server
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB |
|
|
@ -31,13 +31,6 @@ body {
|
|||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.legend .bar-afond {
|
||||
background: black;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.legend .bar-creatif {
|
||||
background: red;
|
||||
width: 10px;
|
||||
|
|
@ -199,9 +192,6 @@ main {
|
|||
.croisiere {
|
||||
background-color: green;
|
||||
}
|
||||
.afond {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin: 30px;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
class ApplicationController < ActionController::Base
|
||||
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
|
||||
# allow_browser versions: :modern
|
||||
allow_browser versions: :modern
|
||||
end
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
<div class="bar-creatif"></div>
|
||||
<div class="bar-explain">Créatif</div>
|
||||
</div>
|
||||
<div class="legend-afond">
|
||||
<div class="bar-afond"></div>
|
||||
<div class="bar-explain">A fond</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue