mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
move static files in their respective application
This commit is contained in:
24
counter/static/counter/css/activity.scss
Normal file
24
counter/static/counter/css/activity.scss
Normal file
@ -0,0 +1,24 @@
|
||||
.activity-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 10px;
|
||||
|
||||
> span {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
> i {
|
||||
width: 16px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user