Convert color schema, begin migrating old classes (finishes grey & red)

This commit is contained in:
Dane Everitt
2019-02-09 14:32:18 -08:00
parent 6c7a5d5bb9
commit 32b43cff9a
35 changed files with 186 additions and 166 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<message-box class="alert error mb-6" :message="errorMessage" v-show="errorMessage.length"/>
<h2 class="font-medium text-grey-darkest mb-6">Create a new database</h2>
<h2 class="font-medium text-neutral-900 mb-6">Create a new database</h2>
<div class="mb-6">
<label class="input-label" for="grid-database-name">Database name</label>
<input id="grid-database-name" type="text" class="input" name="database_name" required