UNCLASSIFIED

Commit 8eaaf146 authored by graham.smith's avatar graham.smith
Browse files

more tweaks

parent 9820e767
...@@ -189,10 +189,9 @@ body { ...@@ -189,10 +189,9 @@ body {
.v-input__control > .v-input__slot { .v-input__control > .v-input__slot {
padding-right: 8px; padding-right: 8px;
} }
} .v-icon {
color: rgba(0, 0, 0, 0.54);
.v-icon { }
color: rgba(0, 0, 0, 0.54) !important;
} }
.v-text-field { .v-text-field {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
:hide-default-footer="teams.length === 0" :hide-default-footer="teams.length === 0"
> >
<template v-slot:top> <template v-slot:top>
<v-container id="teams-table-header" class="py-0 pb-8"> <v-container id="teams-table-header" class="py-0">
<v-row> <v-row>
<v-col cols="12" sm="6" md="3" class="filter-input px-0"> <v-col cols="12" sm="6" md="3" class="filter-input px-0">
<v-text-field <v-text-field
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
:hide-default-footer="courses.length === 0" :hide-default-footer="courses.length === 0"
> >
<template v-slot:top> <template v-slot:top>
<v-container id="training-table-header" class="py-0 pb-8"> <v-container id="training-table-header" class="py-0">
<v-row> <v-row>
<h4 class="subhead pa-0">Filter</h4> <h4 class="subhead pa-0">Filter</h4>
</v-row> </v-row>
...@@ -113,7 +113,9 @@ ...@@ -113,7 +113,9 @@
</v-col> </v-col>
</v-row> </v-row>
<v-row> <v-row>
<h2 class="pa-0">Courses</h2> <v-col class="pl-0">
<h2 class="text-left px-0">Courses</h2>
</v-col>
</v-row> </v-row>
</v-container> </v-container>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment