UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 2789b2d0 authored by hunter.congress's avatar hunter.congress
Browse files

changes to css

parent 8f2d5398
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
:items="filter.courseTypes" :items="filter.courseTypes"
@change="fetchDebounced()" @change="fetchDebounced()"
v-model="filter.courseType" v-model="filter.courseType"
class="body"
light light
flat flat
single-line single-line
...@@ -72,7 +71,6 @@ ...@@ -72,7 +71,6 @@
@input="fetchDebounced()" @input="fetchDebounced()"
v-bind="attrs" v-bind="attrs"
v-on="on" v-on="on"
class="body"
></v-text-field> ></v-text-field>
</template> </template>
<v-date-picker <v-date-picker
...@@ -96,7 +94,6 @@ ...@@ -96,7 +94,6 @@
clearable clearable
single-line single-line
hide-details hide-details
class="body"
></v-text-field> ></v-text-field>
</v-col> </v-col>
</v-row> </v-row>
......
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