divers
This commit is contained in:
parent
b2e9123d68
commit
70efad56bf
@ -12,6 +12,6 @@ $GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
|||||||
|
|
||||||
// T
|
// T
|
||||||
'titre_page_configurer' => 'Configuration',
|
'titre_page_configurer' => 'Configuration',
|
||||||
|
'options_lal' => 'Options Libre à lire',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
@ -24,6 +24,6 @@
|
|||||||
<pipeline nom="declarer_champs_extras" inclure="base/librealire.php"/>
|
<pipeline nom="declarer_champs_extras" inclure="base/librealire.php"/>
|
||||||
<!-- <pipeline nom="declarer_tables_objets_sql" inclure="base/librealire.php" /> -->
|
<!-- <pipeline nom="declarer_tables_objets_sql" inclure="base/librealire.php" /> -->
|
||||||
|
|
||||||
<menu nom="configurer_librealire" titre="Options Libre à lire" parent="menu_squelette" icone="images/baz_april-16.png" />
|
<menu nom="configurer_librealire" titre="librealire:options_lal" parent="menu_squelette" icone="images/baz_april-16.png" />
|
||||||
|
|
||||||
</paquet>
|
</paquet>
|
||||||
|
@ -64,53 +64,6 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@mixin bouton($clair:#fff, $sombre:$couleurPrincipale, $survol:$couleurSecondaire) {
|
|
||||||
|
|
||||||
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 1.2;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
text-align: center;
|
|
||||||
transition: background 0.3s;
|
|
||||||
cursor: pointer;
|
|
||||||
font-family:$typo-Merriweather;
|
|
||||||
border-radius:($spacer/4);
|
|
||||||
background:$sombre;
|
|
||||||
color:$clair;
|
|
||||||
font-weight:700;
|
|
||||||
padding: ($spacer/2) $spacer;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: $survol;
|
|
||||||
text-decoration: none;
|
|
||||||
color: $clair;
|
|
||||||
}
|
|
||||||
&:focus {
|
|
||||||
background-color: $clair !important;
|
|
||||||
text-decoration: none;
|
|
||||||
color: $sombre;
|
|
||||||
}
|
|
||||||
&[disabled=disabled] {
|
|
||||||
background: desaturate($clair, 45%);
|
|
||||||
color: darken($sombre, 10%) !important;
|
|
||||||
}
|
|
||||||
.fas {
|
|
||||||
padding-left:em(12px);
|
|
||||||
float:right;
|
|
||||||
&:before {
|
|
||||||
font-size:em(22px);
|
|
||||||
line-height:1;
|
|
||||||
font-weight:700;
|
|
||||||
color:$clair;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&:hover .fas:before, &:focus .fas:before {
|
|
||||||
color: $clair;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// modele bouton
|
// modele bouton
|
||||||
|
Loading…
Reference in New Issue
Block a user