Menu person as thibautl propose

This commit is contained in:
Marc Ducobu 2015-08-25 17:31:22 +02:00
parent 2457ff021a
commit 251f51bab2
3 changed files with 35 additions and 32 deletions

View File

@ -2740,11 +2740,11 @@ $notice-color: lighten($base-accent-color, 40);
$success-color: $light-green;
*/
/* etrange pour les forms */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/scratch\.scss}line{font-family:\0000314}}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/scratch\.scss}line{font-family:\0000313}}
* {
box-sizing: inherit; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/scratch\.scss}line{font-family:\0000315}}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/scratch\.scss}line{font-family:\0000314}}
html {
box-sizing: border-box; }
@ -4879,49 +4879,43 @@ form li label {
/* Tabs */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\000039}}
.tab-nav {
margin: 0;
padding: 0;
margin-top: 0.5em;
margin-bottom: 0.5em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000315}}
margin: 0.5em 0;
padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000313}}
.tab-nav > li {
font-family: "open_sansbold";
display: inline-block;
width: 100%;
cursor: default;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
border-bottom-right-radius: 0;
margin-bottom: 0.2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000322}}
.tab-nav > li.title {
padding: 0.5em;
padding-left: 1em;
padding: 0.5em 0.5em 0.5em 1em;
font-weight: 900;
background-color: #e2793d;
color: #fff;
background-color: #334d5c;
color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000329}}
.tab-nav > li > a {
display: block;
width: auto;
padding: 0.3em 0.3em 0.3em 0.6em;
margin: 0;
color: #334d5c;
cursor: pointer;
border: none;
background-color: #eec84a;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000332}}
.tab-nav > li > a {
display: block;
width: auto;
padding: 0.5em;
padding-left: 1.5em;
margin: 0;
color: #000;
cursor: pointer;
border: 3px solid transparent; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000343}}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000341}}
.tab-nav > li > a:hover, .tab-nav > li > a:active {
border: 3px solid #e2793d;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_tabs\.scss}line{font-family:\0000350}}
.tab-nav > li > a:hover {
border: none;
color: #334d5c;
text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/main\/Resources\/public\/sass\/modules\/_table\.scss}line{font-family:\000031}}

File diff suppressed because one or more lines are too long

View File

@ -22,3 +22,12 @@ $form-border-color: $black;
$form-border-color-hover: $black;
$form-border-color-focus: $black;
$form-border-size: 1px;
$tabs-nav-margin-bottom: 0.2em;
$tabs-nav-bg-color: $yellow;
$tabs-nav-text-color: $blue;
$tabs-new-border: none;
$tabs-nav-hover-border: none;
$tabs-nav-hover-text-color: $blue;
$tabs-nav-font-family: "open_sansbold";
$tabs-nav-padding: 0.3em 0.3em 0.3em 0.6em;