demarches-normaliennes/app/assets/stylesheets/application.scss

187 lines
3 KiB
SCSS
Raw Normal View History

2015-09-02 17:34:13 +02:00
//= depend_on_asset "layers.png"
//= depend_on_asset "layers-2x.png"
2015-08-10 11:05:06 +02:00
/*
* 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
2015-09-02 17:34:13 +02:00
*= require leaflet
2015-09-23 10:02:01 +02:00
*= require font-awesome
2015-08-10 11:05:06 +02:00
*/
@import "bootstrap-sprockets";
@import "bootstrap";
body {
2015-11-26 18:41:41 +01:00
background-color: rgb(255, 255, 255)
2015-08-10 11:05:06 +02:00
}
.logo {
margin-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
max-height: 100%;
}
2015-12-10 16:09:21 +01:00
.logo_navbar {
margin-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
max-height: 100%;
}
2015-12-08 18:34:43 +01:00
#beta {
text-align: center;
text-transform: uppercase;
position: absolute;
top: 26px;
right: -35px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 150px;
background-color: #008cba;
color: #fff;
padding: 5px;
font-size: 15px;
font-weight: 700;
z-index: 10;
}
#sign_out {
decorate: none;
box-shadow: none;
float: right;
margin-top: 8px;
margin-right: 80px;
}
2015-08-10 11:05:06 +02:00
.alert.alert-success,
.alert.alert-danger {
2015-11-26 18:41:41 +01:00
margin-top: -20px
2015-08-10 11:05:06 +02:00
}
.navbar {
height: 35px;
background-color: rgb(235, 235, 235)
}
.btn {
box-shadow: none !important;
}
.description {
padding: 10px;
2015-08-11 15:10:14 +02:00
}
.btn-file {
position: relative;
overflow: hidden;
}
2015-11-26 18:41:41 +01:00
2015-08-11 15:10:14 +02:00
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
2015-08-17 13:31:51 +02:00
}
.vr {
border-left: 1px solid grey;
}
.center {
2015-11-26 18:41:41 +01:00
text-align: center;
2015-08-18 10:43:36 +02:00
}
textarea#description {
width: 100%;
}
2015-11-26 18:41:41 +01:00
2015-08-18 10:43:36 +02:00
input#nom_projet {
width: 100%;
2015-10-06 18:33:01 +02:00
}
2015-10-08 12:11:01 +02:00
.logo_fc_small {
max-width: 27px;
}
label {
font-weight: normal;
}
2015-11-26 18:41:41 +01:00
div.pagination {
padding-top: 20px;
display: block;
2015-11-26 12:29:34 +01:00
text-align: center;
}
.alert.alert-success.move_up {
position: absolute;
top: 0px;
left: 0;
height: 52px;
width: 100%;
margin-top: 0px;
2015-11-26 18:41:41 +01:00
}
.archived {
float: right;
margin-top: 10px;
.confirm {
display: none;
}
}
.btn-nav {
background-color: transparent;
margin-top: 6px;
height: 36px;
}
.btn-nav:hover {
background-color: #eeeeee;
border-color: #eeeeee #eeeeee #ddd;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
2015-12-08 18:34:43 +01:00
.btn-nav.text-info:hover {
2015-11-26 18:41:41 +01:00
color: #23527c;
}
2015-12-08 18:34:43 +01:00
.btn-nav.text-success:hover {
2015-11-26 18:41:41 +01:00
color: #3c763d;
}
2015-12-08 18:34:43 +01:00
.btn-nav.text-danger:hover {
2015-11-26 18:41:41 +01:00
color: #a94442;
}
#confirm {
2015-12-08 18:34:43 +01:00
display: none;
2015-12-14 17:27:14 +01:00
}
.fa {
width: 15px;
text-align: center;
}