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
yPhil
Pétrolette
Commits
64506437
Commit
64506437
authored
Sep 10, 2017
by
yPhil
Browse files
Refactoring: JS indentation
parent
a9d3db4f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
64506437
This diff is collapsed.
Click to expand it.
nws-style.css
View file @
64506437
...
...
@@ -187,7 +187,8 @@ div.nws-tab-feeds {
.nws-button-reload
,
.nws-button-gallery-feed
,
.nws-button-gallery-tab
,
.nws-button-col-wrapping
,
.nws-button-col-wrapping-col
,
.nws-button-col-wrapping-block
,
.nws-button-col-wrapping-phone
{
color
:
var
(
--main-color-level-5
);
cursor
:
pointer
;
...
...
@@ -196,7 +197,8 @@ div.nws-tab-feeds {
}
.nws-button-gallery-tab
,
.nws-button-col-wrapping
,
.nws-button-col-wrapping-col
,
.nws-button-col-wrapping-block
,
.nws-button-col-wrapping-phone
{
color
:
var
(
--main-color-level-3
);
}
...
...
@@ -204,19 +206,27 @@ div.nws-tab-feeds {
.nws-button-reload
:hover
,
.nws-button-gallery-feed
:hover
,
.nws-button-gallery-tab
:hover
,
.nws-button-col-wrapping
:hover
,
.nws-button-col-wrapping-col
:hover
,
.nws-button-col-wrapping-block
:hover
,
.nws-button-col-wrapping-phone
:hover
{
color
:
var
(
--main-color-level-7
);
}
.nws-button-col-wrapping-phone
{
.nws-button-col-wrapping-block
{
font-size
:
150%
;
position
:
absolute
;
top
:
.4em
;
right
:
3em
;
}
.nws-button-col-wrapping-col
{
font-size
:
150%
;
position
:
absolute
;
top
:
.4em
;
right
:
2em
;
}
.nws-button-col-wrapping
{
.nws-button-col-wrapping
-phone
{
font-size
:
150%
;
position
:
absolute
;
top
:
.4em
;
...
...
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