trivial: remove backup file

This commit is contained in:
Frédéric Péters 2020-06-25 08:58:38 +02:00
parent 339c9e60d4
commit fb1df05826
1 changed files with 0 additions and 192 deletions

View File

@ -1,192 +0,0 @@
// annule le code en place
div#rub_consultation h2,
div#rub_service h2,
div#rub_annonce h2,
div#rub_agenda h2,
div#profile h2,
div#services-2nd h3,
div#member h2,
div#help h2,
div#info h2,
div#accessibility h2,
div#contact h2,
div#gauche h3,
div.large div#rub_service h3,
div#centre h3 {
padding: 0;
border: none;
margin: 0.5em 0 0.5em;
line-height: 1.3;
color: $blue;
font-family: $font-family-sans-serif-bold;
font-size: em(30, $font-size-base);
font-weight: normal;
text-transform: uppercase;
text-align: left;
}
div#rub_service form { padding: 0;}
// FORM
label { font-weight: normal; }
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
select {
@extend .box-sizing;
width: 100%;
z-index: 10;
position: relative;
}
// FORM : Particulier identification
div.form,
form {
.title { margin-bottom: .75em; color: $texte; font-size: em(22, $font-size-base); font-weight: normal;
label { color: $blue; font-size: 16px; }
}
div.RadiobuttonsWidget {
.title,
.content { display: inline-block; margin-right: .5em; }
}
}
div[id^="rub"] {
form.quixote {
.title { color: $blue; font-size: em(14, $font-size-base);
label { font-size: 1em; }
}
h4 {
margin: 0;
background-color: $gray-light;
font-size: em(20, $font-size-base);
font-style: normal;
color: $blue;
padding: .5em 1em;
}
.RadiobuttonsWidget,
.WcsExtraStringWidget,
.SingleSelectHintWidget,
.EmailWidget,
.FileWithPreviewAndStrongboxWidget {
border-left: 1px solid $gray-light;
border-right: 1px solid $gray-light;
padding: .5em 1em .75em;
}
div.buttons {
border-top: 1px solid $gray-light;
}
}
<<<<<<< HEAD
div.RadiobuttonsWidget,
div.WcsExtraStringWidget,
div.SingleSelectHintWidget,
div.EmailWidget,
div.FileWithPreviewAndStrongboxWidget {
position: relative;
padding: .5em 0 .75em;
}
div.RadiobuttonsWidget { color: $blue;
.title,
.content { display: block; }
}
=======
.RadiobuttonsWidget,
.WcsExtraStringWidget,
.SingleSelectHintWidget,
.EmailWidget,
.FileWithPreviewAndStrongboxWidget {
padding: .5em 0 .75em;
}
.RadiobuttonsWidget {
color: $blue;
}
>>>>>>> Mise en place des Pages Formulaire (suite)
}
.required { color: $blue; }
.help { padding: .5em; margin: .5em 0; background-color: $gray-light; font-size: $font-size-small-px; border-radius: 5px; }
.info { font-size: $font-size-small-px; }
div.widget { margin-bottom: 0; }
div.widget div.title { color: $texte; font-weight: normal; }
div.CheckboxesWidget .content label,
div.RadiobuttonsWidget .content label { margin-right: .5em;}
div.DateWidget input,
div.EmailWidget input,
div.StringWidget input,
div.PasswordWidget input,
div.WcsExtraStringWidget input,
div.TextWidget textarea,
div.SingleSelectHintWidget select {
border-color: $gray-lighter;
border-radius: 5px;
padding: 8px;
}
div.buttons {
padding-top: 2em;
margin: 0;
input {
font-family: $font-family-sans-serif;
margin: 0;
border: 1px solid $blue;
background-color: #FFF;
border-radius: 5px;
color: $blue;
padding: .5em 1.5em;
height: auto;
font-weight: normal;
font-size: em(14, $font-size-base);
&:hover,
&:focus { background-color: $blue; color:#FFF; border: 1px solid $blue; box-shadow: none; }
}
input[type="submit"][name="submit"] {font-weight: normal; box-shadow: none; }
div.SubmitWidget {}
div.submit-button { float: right;
input { color: #FFF; text-transform: uppercase; background-color: $blue; background-image: url('img/chevron_white.png'); background-repeat: no-repeat; background-position: 6.4em center;
&:hover,
&:focus { background-color: #FFF; color: $blue; }
}
}
div.previous-button { margin-right: 2em;
input { background-image: url('img/chevron-back.png'); background-repeat: no-repeat; background-position: 5px center; }
}
div.cancel-button {}
}
// messages d'erreur
<<<<<<< HEAD
div.errornotice { padding: 1.5em 2em 1.5em 4em; margin: 2em 0; background: $bg-error url('img/picto-alert.png') no-repeat .75em center; color: $error; border: none; }
div.error { padding: 0; margin: 0; background: none; color: $error; font-weight: normal;
&:before { position: absolute; background: rgba(194,34,34, 0.1); display: block; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; content: ""; z-index:1; }
}
=======
div.errornotice { padding: 1.5em 2em 1.5em 4em; margin: 2em 0; background: $bg-error url('img/picto-alert.png') no-repeat .75em center; color: $error; border: none; }
>>>>>>> Mise en place des Pages Formulaire (suite)