Skip to content
Snippets Groups Projects
Unverified Commit 650a7095 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Nouvelles couleurs (#1965)

* Nice fonts

* colors

* wip

* better and fix

* order
parent 2a3faa21
No related branches found
No related tags found
No related merge requests found
input.form-control[type=text],
input.form-control[type=email],
input.form-control[type=tel],
input.form-control[type=password],
input.form-control[type=url],
textarea.form-control
font-family: $font-family-serif
\ No newline at end of file
.table
td,
th
background: transparent !important
th:first-of-type,
td:first-of-type
padding-left: 0
......
.navbar
left: 0
padding-top: $spacing2
position: absolute
right: 0
button
color: white
.bi
font-size: 26px
vertical-align: middle
......@@ -27,10 +25,8 @@
margin-bottom: 20px
width: 100px
.menu-content
margin-top: 150px
margin-top: 50px
position: relative
h2
font-weight: bold
ul
list-style-type: none
padding: 0
......
body
background-color: $color-bg
h1,
h2
font-family: $font-family-serif
......@@ -29,12 +31,12 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1
margin-bottom: $spacing1
.hero
background-color: $color-background-alt
margin-bottom: 30px
min-height: 300px
padding-bottom: 30px
padding-top: 150px
@media (min-height: 800px)
padding-top: 250px
.breadcrumb
*
color: $color-text-alt !important
main
min-height: 70vh
......
$color-bg: #FFFCF0
// MAIN COLORS
$color-accent: #0038FF
$color-text: #000000
......
......@@ -14,9 +14,8 @@ input.form-control[type=tel],
input.form-control[type=password],
input.form-control[type=url],
textarea.form-control
font-family: $font-family-serif
font-size: $font-size-base
color: black
font-size: $font-size-base
@include media-breakpoint-up(lg)
font-size: $font-size-lg
......
<div class="hero">
<div class="container-fluid">
<div class="d-xl-flex">
<%= render_breadcrumbs builder: Osuny::BreadcrumbsOnRailsBuilder %>
<div class="d-xl-flex mt-5">
<h1><%= yield :title %></h1>
<div class="ms-xl-auto text-xl-end mt-2">
<%= yield :title_right %>
......@@ -11,6 +12,5 @@
<%= yield :title_left %>
</div>
<% end %>
<%= render_breadcrumbs builder: Osuny::BreadcrumbsOnRailsBuilder %>
</div>
</div>
\ No newline at end of file
<%
context ||= :admin
%>
<nav class="navbar navbar-main navbar-light bg-transparent" aria-label="Navigation">
<div class="container-fluid">
<nav class="navbar navbar-main navbar-dark bg-black" aria-label="Navigation">
<div class="container-fluid py-2">
<%= link_to admin_root_path, class: 'navbar-brand' do %>
<%= image_tag 'osuny-black.svg', class: 'img-fluid' %>
<%= image_tag 'osuny-white.svg', class: 'img-fluid' %>
<% end %>
<button class="btn-open bg-transparent border-0"
type="button"
......@@ -21,7 +21,7 @@ context ||= :admin
</nav>
<div class="collapse" id="menu">
<div class="navbar">
<div class="container-fluid">
<div class="container-fluid py-2">
<%= link_to admin_root_path, class: 'navbar-brand' do %>
<%= image_tag 'osuny-white.svg', class: 'img-fluid', width: 100 %>
<% end %>
......@@ -39,7 +39,7 @@ context ||= :admin
</div>
</div>
<div class="menu-content">
<div class="container-fluid">
<div class="container-fluid py-2">
<div class="row">
<%= render_navigation context: context %>
<div class="col-sm-6 col-md-4 col-lg-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment