UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
571ca02e
Commit
571ca02e
authored
Apr 30, 2021
by
graham.smith
Browse files
shadows and primary border fixes
parent
118576c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
17 deletions
+9
-17
src/App.vue
src/App.vue
+0
-5
src/scss/custom.scss
src/scss/custom.scss
+8
-7
src/scss/variables.scss
src/scss/variables.scss
+1
-5
No files found.
src/App.vue
View file @
571ca02e
...
@@ -123,11 +123,6 @@ export default {
...
@@ -123,11 +123,6 @@ export default {
}
}
}
}
.v-btn
:not
(
.v-btn--outlined
)
.primary
{
color
:
$button-text-color
;
border
:
$button-border
;
}
// fade-in animation
// fade-in animation
.v-application--wrap
{
.v-application--wrap
{
animation
:
fade-in
3s
forwards
;
animation
:
fade-in
3s
forwards
;
...
...
src/scss/custom.scss
View file @
571ca02e
...
@@ -69,6 +69,14 @@ body {
...
@@ -69,6 +69,14 @@ body {
&
:not
(
.v-btn--round
)
.v-size--default
{
&
:not
(
.v-btn--round
)
.v-size--default
{
min-width
:
160px
;
min-width
:
160px
;
}
}
&
.primary
{
color
:
$primary-button-text-color
!
important
;
}
&
.no-border
{
border
:
none
!
important
;
}
}
}
// some text areas have a label too close to the text field
// some text areas have a label too close to the text field
...
@@ -167,13 +175,6 @@ body {
...
@@ -167,13 +175,6 @@ body {
}
}
}
}
.v-btn
{
box-shadow
:
none
;
&
.no-border
{
border
:
none
!
important
;
}
}
.table-no-link
{
.table-no-link
{
color
:
#12b5f6
;
color
:
#12b5f6
;
&
:hover
{
&
:hover
{
...
...
src/scss/variables.scss
View file @
571ca02e
...
@@ -3,8 +3,6 @@ $bottom-bg-color: #04243a;
...
@@ -3,8 +3,6 @@ $bottom-bg-color: #04243a;
$text-color
:
#ffffff
;
$text-color
:
#ffffff
;
$dark-bg-color
:
#002743
;
$dark-bg-color
:
#002743
;
$button-text-color
:
#000000
;
$gradient-alpha
:
#000000
00
;
$gradient-alpha
:
#000000
00
;
$p1-light-green
:
#bdc931
;
$p1-light-green
:
#bdc931
;
...
@@ -17,9 +15,6 @@ $bottom-bg: #031727;
...
@@ -17,9 +15,6 @@ $bottom-bg: #031727;
$link-color
:
#ffffff
;
$link-color
:
#ffffff
;
$link-hover-color
:
#efefef
;
$link-hover-color
:
#efefef
;
$button-border-color
:
#002743
;
$button-border
:
0
.5px
solid
$button-border-color
!
important
;
$table-row-even-bg
:
#15283a
;
$table-row-even-bg
:
#15283a
;
$table-row-odd-bg
:
#010e19
;
$table-row-odd-bg
:
#010e19
;
...
@@ -30,6 +25,7 @@ $table-row-odd-bg-light: #fbfbfb;
...
@@ -30,6 +25,7 @@ $table-row-odd-bg-light: #fbfbfb;
$body-font-family
:
"Open Sans"
,
serif
;
$body-font-family
:
"Open Sans"
,
serif
;
$border-radius-root
:
4px
;
$border-radius-root
:
4px
;
$font-size-root
:
16px
;
$font-size-root
:
16px
;
$primary-button-text-color
:
#000000
;
// Variables must come before the import
// Variables must come before the import
$btn-font-weight
:
600
;
$btn-font-weight
:
600
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment