Skip to content

Commit 6e26f19

Browse files
committed
Blues
1 parent d6feaec commit 6e26f19

File tree

19 files changed

+30
-30
lines changed

19 files changed

+30
-30
lines changed

resources/assets/scripts/components/auth/ForgotPassword.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default Vue.component('forgot-password', {
7373
</div>
7474
</div>
7575
<div>
76-
<button class="btn btn-blue btn-jumbo" type="submit" v-bind:disabled="submitDisabled">
76+
<button class="btn btn-primary btn-jumbo" type="submit" v-bind:disabled="submitDisabled">
7777
<span class="spinner white" v-bind:class="{ hidden: ! showSpinner }">&nbsp;</span>
7878
<span v-bind:class="{ hidden: showSpinner }">
7979
{{ $t('auth.forgot_password.button') }}

resources/assets/scripts/components/auth/LoginForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default Vue.component('login-form', {
9393
</div>
9494
</div>
9595
<div>
96-
<button id="grid-login-button" class="btn btn-blue btn-jumbo" type="submit" aria-label="Log in"
96+
<button id="grid-login-button" class="btn btn-primary btn-jumbo" type="submit" aria-label="Log in"
9797
v-bind:disabled="showSpinner">
9898
<span class="spinner white" v-bind:class="{ hidden: ! showSpinner }">&nbsp;</span>
9999
<span v-bind:class="{ hidden: showSpinner }">

resources/assets/scripts/components/auth/ResetPassword.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default Vue.component('reset-password', {
102102
</div>
103103
</div>
104104
<div>
105-
<button class="btn btn-blue btn-jumbo" type="submit" v-bind:class="{ disabled: showSpinner }">
105+
<button class="btn btn-primary btn-jumbo" type="submit" v-bind:class="{ disabled: showSpinner }">
106106
<span class="spinner white" v-bind:class="{ hidden: ! showSpinner }">&nbsp;</span>
107107
<span v-bind:class="{ hidden: showSpinner }">
108108
{{ $t('auth.reset_password.button') }}

resources/assets/scripts/components/auth/TwoFactorForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default Vue.component('two-factor-form', {
6464
</div>
6565
</div>
6666
<div>
67-
<button class="btn btn-blue btn-jumbo" type="submit">
67+
<button class="btn btn-primary btn-jumbo" type="submit">
6868
{{ $t('auth.sign_in') }}
6969
</button>
7070
</div>

resources/assets/scripts/components/dashboard/ServerBox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default Vue.component('server-box', {
185185
<div class="pillbox bg-green-500"><span class="select-none">MEM:</span> {{ memory }} Mb</div>
186186
</div>
187187
<div class="inline-block">
188-
<div class="pillbox bg-blue"><span class="select-none">CPU:</span> {{ cpu }} %</div>
188+
<div class="pillbox bg-primary-500"><span class="select-none">CPU:</span> {{ cpu }} %</div>
189189
</div>
190190
</div>
191191
</div>

resources/assets/scripts/components/dashboard/account/ChangePassword.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default Vue.component('change-password', {
8282
<p class="input-help error" v-show="errors.has('password_confirmation')">{{ errors.first('password_confirmation') }}</p>
8383
</div>
8484
<div class="mt-6 text-right">
85-
<button class="btn btn-blue btn-sm text-right" type="submit">{{ $t('strings.save') }}</button>
85+
<button class="btn btn-primary btn-sm text-right" type="submit">{{ $t('strings.save') }}</button>
8686
</div>
8787
</div>
8888
</form>

resources/assets/scripts/components/dashboard/account/TwoFactorAuthentication.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default Vue.component('two-factor-authentication', {
125125
template: `
126126
<div id="configure-two-factor">
127127
<div class="h-16 text-center" v-show="spinner">
128-
<span class="spinner spinner-xl text-blue"></span>
128+
<span class="spinner spinner-xl text-primary-500"></span>
129129
</div>
130130
<div id="container-disable-two-factor" v-if="response.enabled" v-show="!spinner">
131131
<h2 class="font-medium text-neutral-900">{{ $t('dashboard.account.two_factor.disable.title') }}</h2>
@@ -175,7 +175,7 @@ export default Vue.component('two-factor-authentication', {
175175
<p class="input-help error" v-show="errors.has('token')">{{ errors.first('token') }}</p>
176176
</div>
177177
<div class="mt-6">
178-
<button class="btn btn-blue btn-jumbo" type="submit"
178+
<button class="btn btn-primary btn-jumbo" type="submit"
179179
:disabled="submitDisabled"
180180
v-on:click.prevent="enableTwoFactor"
181181
>{{ $t('strings.enable') }}</button>

resources/assets/scripts/components/dashboard/account/UpdateEmail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default Vue.component('update-email', {
6868
>
6969
</div>
7070
<div class="mt-6 text-right">
71-
<button class="btn btn-blue btn-sm text-right" type="submit">{{ $t('strings.save') }}</button>
71+
<button class="btn btn-primary btn-sm text-right" type="submit">{{ $t('strings.save') }}</button>
7272
</div>
7373
</div>
7474
</form>

resources/assets/scripts/components/server/Server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default Vue.component('server', {
8181
<div class="sidebar flex-no-shrink w-1/3 max-w-xs">
8282
<div class="mr-6">
8383
<div class="p-6 text-center bg-white rounded shadow">
84-
<h3 class="mb-2 text-blue font-medium">{{server.name}}</h3>
84+
<h3 class="mb-2 text-primary-500 font-medium">{{server.name}}</h3>
8585
<span class="text-neutral-600 text-sm">{{server.node}}</span>
8686
<power-buttons class="mt-6 pt-6 text-center border-t border-neutral-100"/>
8787
</div>

resources/assets/scripts/components/server/subpages/Databases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default Vue.component('server-databases', {
102102
<database-row v-for="database in databases" :database="database" :key="database.name"/>
103103
</div>
104104
<div>
105-
<button class="btn btn-blue btn-lg" v-on:click="showCreateModal = true">Create new database</button>
105+
<button class="btn btn-primary btn-lg" v-on:click="showCreateModal = true">Create new database</button>
106106
</div>
107107
<modal :show="showCreateModal" v-on:close="showCreateModal = false">
108108
<create-database-modal

0 commit comments

Comments
 (0)