mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
Move styling to scss file and fix styling of participation list
This commit is contained in:
@@ -55,3 +55,13 @@ form#export_tableur {
|
||||
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
|
||||
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
||||
}
|
||||
|
||||
.participation-list {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.participations-wrapper {
|
||||
background-color: whitesmoke;
|
||||
padding: 1rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user