First Commit
This commit is contained in:
commit
b5b83e939a
213 changed files with 8688 additions and 0 deletions
3
app/assets/stylesheets/admin.scss
Normal file
3
app/assets/stylesheets/admin.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Place all the styles related to the admin controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
53
app/assets/stylesheets/application.scss
Normal file
53
app/assets/stylesheets/application.scss
Normal file
|
@ -0,0 +1,53 @@
|
|||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
||||
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
||||
*
|
||||
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
||||
* compiled file so the styles you add here take precedence over styles defined in any styles
|
||||
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
||||
* file per style scope.
|
||||
*
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*= require bootstrap-datepicker3
|
||||
*/
|
||||
@import "bootstrap-sprockets";
|
||||
@import "bootstrap";
|
||||
|
||||
body {
|
||||
background-color:rgb(255,255,255)
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin-left: 10px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.alert.alert-success,
|
||||
.alert.alert-danger {
|
||||
margin-top:-20px
|
||||
}
|
||||
|
||||
.navbar {
|
||||
height: 35px;
|
||||
background-color: rgb(235, 235, 235)
|
||||
}
|
||||
|
||||
.btn {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.description {
|
||||
border-color: rgba(200, 200, 200, 0.6);
|
||||
border-style: solid;
|
||||
border-radius: 5px;
|
||||
border-width: 1px;
|
||||
padding: 10px;
|
||||
background-color: rgb(245, 245, 245);
|
||||
margin-top: 10px;
|
||||
}
|
19
app/assets/stylesheets/carte.scss
Normal file
19
app/assets/stylesheets/carte.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
// Place all the styles related to the carte controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
|
||||
table {
|
||||
font-size: 13;
|
||||
}
|
||||
.info {
|
||||
padding: 6px 8px;
|
||||
font: 14px/16px Arial, Helvetica, sans-serif;
|
||||
background: white;
|
||||
background: rgba(255,255,255,0.8);
|
||||
box-shadow: 0 0 15px rgba(0,0,0,0.2);
|
||||
border-radius: 5px;
|
||||
}
|
||||
.info h4 {
|
||||
margin: 0 0 5px;
|
||||
color: #777;
|
||||
}
|
3
app/assets/stylesheets/commentaires.scss
Normal file
3
app/assets/stylesheets/commentaires.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Place all the styles related to the commentaires controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
3
app/assets/stylesheets/demandes.scss
Normal file
3
app/assets/stylesheets/demandes.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Place all the styles related to the demandes controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
3
app/assets/stylesheets/description.scss
Normal file
3
app/assets/stylesheets/description.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Place all the styles related to the description controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
7
app/assets/stylesheets/dossiers.scss
Normal file
7
app/assets/stylesheets/dossiers.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Place all the styles related to the dossiers controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
|
||||
h5 span {
|
||||
font-weight: normal
|
||||
}
|
3
app/assets/stylesheets/recapitulatif.scss
Normal file
3
app/assets/stylesheets/recapitulatif.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Place all the styles related to the recapitulatif controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
7
app/assets/stylesheets/start.scss
Normal file
7
app/assets/stylesheets/start.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Place all the styles related to the start controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
|
||||
.mask {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue