Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
WebApps
Commits
86dd46fa
Verified
Commit
86dd46fa
authored
Nov 23, 2021
by
Aleksandr Gumroian
🚀
Browse files
Remove obsolete styles
parent
f920d09e
Pipeline
#91997
passed with stage
in 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/styles.css
View file @
86dd46fa
...
...
@@ -38,17 +38,14 @@ section .container {
box-shadow
:
0
1rem
1.5rem
rgba
(
0
,
0
,
0
,
0.175
)
!important
;
}
.card
:focus
{
outline
:
none
;
border
:
1px
solid
#007bff
;
-webkit-box-shadow
:
0px
0px
5px
#007bff
;
box-shadow
:
0px
0px
5px
#007bff
;
}
.card
p
.card-text
{
margin-bottom
:
0.5rem
;
}
.btn-outline-primary
:hover
{
color
:
#fff
!important
;
}
footer
{
padding-top
:
3rem
;
padding-bottom
:
3rem
;
...
...
src/styles.dark.css
View file @
86dd46fa
...
...
@@ -40,13 +40,6 @@
border-bottom-color
:
white
!important
;
}
[
data-theme
=
"dark"
]
span
.badge.bg-primary
,
[
data-theme
=
"dark"
]
button
.btn.btn-outline-primary
:hover
,
[
data-theme
=
"dark"
]
.progress-bar
{
color
:
rgb
(
232
,
230
,
227
);
background-color
:
rgb
(
0
,
98
,
204
)
!important
;
}
[
data-theme
=
"dark"
]
.text-dark
{
color
:
rgb
(
195
,
190
,
182
)
!important
;
}
...
...
@@ -60,13 +53,6 @@
box-shadow
:
0
1rem
1.5rem
rgba
(
255
,
255
,
255
,
0.175
)
!important
;
}
[
data-theme
=
"dark"
]
.card
:focus
{
outline
:
none
;
border
:
1px
solid
#0062cc
;
-webkit-box-shadow
:
0px
0px
5px
#0062cc
;
box-shadow
:
0px
0px
5px
#0062cc
;
}
/* Shadows */
[
data-theme
=
"dark"
]
.shadow-sm
{
box-shadow
:
0
0.125rem
0.25rem
rgba
(
255
,
255
,
255
,
0.075
)
!important
;
...
...
@@ -134,11 +120,6 @@
background-color
:
rgba
(
255
,
255
,
255
,
0.15
);
}
[
data-theme
=
"dark"
]
.dropdown-menu
a
:focus
{
color
:
#fff
;
background-color
:
#0d6efd
;
}
[
data-theme
=
"dark"
]
.dropdown-menu
.dropdown-divider
{
border-color
:
rgba
(
255
,
255
,
255
,
0.85
);
}
Write
Preview
Supports
Markdown
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