mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
Few modifications in accordance with com
This commit is contained in:
parent
a0f47cac80
commit
05d1f43b55
@ -500,19 +500,19 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic {
|
.topic {
|
||||||
border: solid $secondary-color 1px;
|
border: solid $primary-neutral-color 1px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forum {
|
.forum {
|
||||||
background: $secondary-light-color;
|
background: $primary-neutral-light-color;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category {
|
.category {
|
||||||
background: $second-color;
|
background: $secondary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
@ -520,7 +520,7 @@ textarea {
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
background: $white-color;
|
background: $white-color;
|
||||||
&:nth-child(odd) {
|
&:nth-child(odd) {
|
||||||
background: $secondary-neutral-light-color;
|
background: $primary-neutral-light-color;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
@ -547,7 +547,7 @@ textarea {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 19%;
|
width: 19%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: $secondary-neutral-light-color;
|
background: $primary-light-color;
|
||||||
img {
|
img {
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user