diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index dc1f4dba0..0c999d659 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -42,22 +42,6 @@ label { | |||
42 | .main-col { | 42 | .main-col { |
43 | margin-left: $menu-width; | 43 | margin-left: $menu-width; |
44 | 44 | ||
45 | .title-page { | ||
46 | color: #000; | ||
47 | font-size: 16px; | ||
48 | display: inline-block; | ||
49 | margin-right: 55px; | ||
50 | font-weight: $font-semibold; | ||
51 | @include disable-default-a-behaviour; | ||
52 | |||
53 | &.active, &.title-page-single { | ||
54 | border-bottom: 2px solid $orange-color; | ||
55 | font-weight: $font-bold; | ||
56 | margin-top: 30px; | ||
57 | margin-bottom: 25px; | ||
58 | } | ||
59 | } | ||
60 | |||
61 | .margin-content { | 45 | .margin-content { |
62 | margin-left: $not-expanded-horizontal-margins; | 46 | margin-left: $not-expanded-horizontal-margins; |
63 | margin-right: $not-expanded-horizontal-margins; | 47 | margin-right: $not-expanded-horizontal-margins; |
@@ -88,6 +72,22 @@ label { | |||
88 | } | 72 | } |
89 | } | 73 | } |
90 | 74 | ||
75 | .title-page { | ||
76 | color: #000; | ||
77 | font-size: 16px; | ||
78 | display: inline-block; | ||
79 | margin-right: 55px; | ||
80 | font-weight: $font-semibold; | ||
81 | @include disable-default-a-behaviour; | ||
82 | |||
83 | &.active, &.title-page-single { | ||
84 | border-bottom: 2px solid $orange-color; | ||
85 | font-weight: $font-bold; | ||
86 | margin-top: 30px; | ||
87 | margin-bottom: 25px; | ||
88 | } | ||
89 | } | ||
90 | |||
91 | // On small screen, menu is absolute and displayed over the page | 91 | // On small screen, menu is absolute and displayed over the page |
92 | @media screen and (max-width: 500px) { | 92 | @media screen and (max-width: 500px) { |
93 | .title-menu-left { | 93 | .title-menu-left { |