mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Decrease nav and agenda border radius, change shadow, change tool bar border and margin
This commit is contained in:
parent
680d29a2b4
commit
20b513a381
@ -333,7 +333,7 @@ header {
|
||||
flex-wrap: wrap;
|
||||
background-color: $primary-dark-color;
|
||||
color: $white-color;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
box-shadow: $shadow-color 0px 0px 15px;
|
||||
|
||||
a {
|
||||
@ -344,9 +344,16 @@ header {
|
||||
font-style: normal;
|
||||
font-weight: bolder;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
background: $secondary-neutral-color;
|
||||
color: $white-color;
|
||||
&:first-of-type {
|
||||
border-radius: 6px 0px 0px 0px;
|
||||
}
|
||||
&:last-of-type {
|
||||
border-radius: 0px 6px 0px 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -379,25 +386,26 @@ header {
|
||||
float: right;
|
||||
background: $primary-neutral-light-color;
|
||||
padding: 5px;
|
||||
border-radius: 10px;
|
||||
border-radius: 6px;
|
||||
text-align: center;
|
||||
a {
|
||||
padding: 10px;
|
||||
padding: 7px;
|
||||
display: inline-block;
|
||||
color: $black-color;
|
||||
color: #2b2b2b;
|
||||
font-weight: bold;
|
||||
margin: 2px;
|
||||
flex: 1;
|
||||
flex-wrap: nowrap;
|
||||
white-space: nowrap;
|
||||
&.selected_tab {
|
||||
background: $primary-color;
|
||||
color: $white-color;
|
||||
border-radius: 10px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
&:hover {
|
||||
background: $primary-color;
|
||||
color: $white-color;
|
||||
border-radius: 10px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -441,7 +449,7 @@ header {
|
||||
margin-bottom: 1em;
|
||||
#agenda_title,#birthdays_title {
|
||||
margin: 0em;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
box-shadow: $shadow-color 1px 1px 1px;
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
@ -510,7 +518,7 @@ header {
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
font-size: 1.4em;
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
border-radius: 7px 0px 0px 7px;
|
||||
|
||||
div {
|
||||
margin: 0px auto;
|
||||
|
Loading…
Reference in New Issue
Block a user