Create prime pagine
This commit is contained in:
17
Template.Shared/Components/Pages/Calendar.razor.css
Normal file
17
Template.Shared/Components/Pages/Calendar.razor.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.activity-filter {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
.card-container {
|
||||
margin-top: .5rem;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.date-controller {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user