Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
trivalent
dashboard-trivalent
Commits
c2c17555
Commit
c2c17555
authored
Jun 21, 2019
by
Tasio Mendez
Browse files
Minor style bugs
parent
296693ac
Pipeline
#1567
passed with stages
in 12 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
demo/elements/news-chart/news-chart.css
View file @
c2c17555
...
...
@@ -202,6 +202,12 @@ button h4 a:focus {
}
}
@media
(
min-width
:
768px
)
{
.modal-tags
{
right
:
0
!important
;
}
}
div
.modal.news-chart.in
{
display
:
flex
!important
;
flex-direction
:
column
;
...
...
demo/elements/propaganda-chart/propaganda-chart.css
View file @
c2c17555
...
...
@@ -213,14 +213,21 @@ a.text.style-scope.propaganda-chart:first-letter {
right
:
110%
;
transition
:
all
0.8s
ease
;
}
.modal-content
.tab-content
.tab-pane
{
height
:
calc
(
100%
-
55px
)
!important
;
}
.modal-content
br
{
display
:
none
!important
;
}
}
@media
(
min-width
:
768px
)
{
.modal-tags
{
right
:
0
!important
;
}
}
.modal-content
.tab-content
.tab-pane
{
height
:
calc
(
100%
-
55px
)
!important
;
}
div
.modal.propaganda-chart.in
{
display
:
flex
!important
;
flex-direction
:
column
;
...
...
demo/index.env.html
View file @
c2c17555
...
...
@@ -26,14 +26,8 @@
<link
rel=
"import"
href=
"/elements/trivalent-page/trivalent-page.html"
>
<link
rel=
"import"
href=
"/bower_components/app-route/app-location.html"
>
<!-- jQuery -->
<script
src=
"https://code.jquery.com/jquery-3.4.1.min.js"
integrity=
"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin=
"anonymous"
></script>
<!-- Bootstrap -->
<script
src=
"//
maxcdn.bootstrapcdn.com/
bootstrap/3.
3.7
/js/bootstrap.min.js"
></script>
<script
src=
"//
cdnjs.cloudflare.com/ajax/libs/twitter-
bootstrap/3.
2.0
/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
>
...
...
demo/index.html
View file @
c2c17555
...
...
@@ -26,14 +26,8 @@
<link
rel=
"import"
href=
"/elements/trivalent-page/trivalent-page.html"
>
<link
rel=
"import"
href=
"/bower_components/app-route/app-location.html"
>
<!-- jQuery -->
<script
src=
"https://code.jquery.com/jquery-3.4.1.min.js"
integrity=
"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin=
"anonymous"
></script>
<!-- Bootstrap -->
<script
src=
"//
maxcdn.bootstrapcdn.com/
bootstrap/3.
3.7
/js/bootstrap.min.js"
></script>
<script
src=
"//
cdnjs.cloudflare.com/ajax/libs/twitter-
bootstrap/3.
2.0
/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
href=
"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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