File diff 43f48c7c3641 → c47c22d61767
static/src/scss/app.scss
Show inline comments
...
 
@@ -347,11 +347,32 @@ a.a-img {
 

	
 
.table {
 
    border-top: none;
 

	
 
    th, td {
 
        padding: 1.25rem 0.75rem;
 
    }
 
}
 

	
 
.table thead th {
 
    vertical-align: bottom;
 
    border-bottom: 1px solid $primary;
 
    border-top: 0;
 
}
 

	
 
.table th.bordered {
 
    border-bottom: 1px solid $primary;
 
    border-top: 0;
 
}
 

	
 
.ticket-page hr {
 
    margin-top: 2rem;
 
    margin-bottom: 0rem;
 
}
 

	
 
hr {
 
    height: 1px;
 
    border: none;
 
    background-color: #CCD5C5;
 
}
 

	
 
.calendar.table {
...
 
@@ -438,4 +459,19 @@ a.a-img {
 
    .hidden-print {
 
        display: none !important
 
    }
 
}
 

	
 
.card-group.key-dates {
 
    .card {
 
        border: none;
 
    }
 

	
 
    .card-body {
 
        padding: 0;
 
    }
 

	
 
    .card-footer {
 
        border: none;
 
        padding: 0;
 
    }
 
}
...
 
\ No newline at end of file