Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
B
Backend Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Backend Server
Commits
00acfe2d
Commit
00acfe2d
authored
Apr 14, 2020
by
Andreas Heimann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaned up css transitions
parent
b34b28de
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
24 additions
and
26 deletions
+24
-26
public/assets/css/comingsoon.css
public/assets/css/comingsoon.css
+1
-1
public/assets/css/comingsoon.less
public/assets/css/comingsoon.less
+1
-1
public/assets/css/login.css
public/assets/css/login.css
+1
-1
public/assets/css/login.less
public/assets/css/login.less
+1
-1
public/assets/css/main.css
public/assets/css/main.css
+1
-1
public/assets/css/main.less
public/assets/css/main.less
+1
-1
public/assets/css/moderation.css
public/assets/css/moderation.css
+1
-1
public/assets/css/moderation.less
public/assets/css/moderation.less
+1
-1
public/assets/css/search.css
public/assets/css/search.css
+1
-1
public/assets/css/search.less
public/assets/css/search.less
+1
-1
public/assets/css/settings.css
public/assets/css/settings.css
+1
-1
public/assets/css/settings.less
public/assets/css/settings.less
+1
-1
public/assets/css/songdetail.css
public/assets/css/songdetail.css
+2
-2
public/assets/css/songdetail.less
public/assets/css/songdetail.less
+2
-2
public/assets/css/startup.css
public/assets/css/startup.css
+1
-2
public/assets/css/startup.less
public/assets/css/startup.less
+1
-2
public/assets/css/upload.css
public/assets/css/upload.css
+2
-2
public/assets/css/upload.less
public/assets/css/upload.less
+2
-2
public/assets/css/userdetail.css
public/assets/css/userdetail.css
+1
-1
public/assets/css/userdetail.less
public/assets/css/userdetail.less
+1
-1
No files found.
public/assets/css/comingsoon.css
View file @
00acfe2d
...
...
@@ -50,7 +50,7 @@ body footer a {
border-radius
:
6px
;
text-decoration
:
none
;
color
:
#212629
;
transition
:
0.2s
ease
all
;
transition
:
0.2s
ease
opacity
;
}
body
footer
a
:hover
{
opacity
:
0.75
;
...
...
public/assets/css/comingsoon.less
View file @
00acfe2d
...
...
@@ -50,7 +50,7 @@ body {
border-radius: 6px;
text-decoration: none;
color: #212629;
transition: 0.2s ease
all
;
transition: 0.2s ease
opacity
;
&:hover {
opacity: 0.75;
...
...
public/assets/css/login.css
View file @
00acfe2d
...
...
@@ -66,7 +66,7 @@
padding
:
7px
14px
;
margin-bottom
:
15px
;
border
:
0px
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
;
text-transform
:
initial
;
font-weight
:
normal
;
}
...
...
public/assets/css/login.less
View file @
00acfe2d
...
...
@@ -65,7 +65,7 @@
padding: 7px 14px;
margin-bottom: 15px;
border: 0px;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
;
text-transform: initial;
font-weight: normal;
...
...
public/assets/css/main.css
View file @
00acfe2d
...
...
@@ -82,7 +82,7 @@ button,
border
:
0px
;
text-decoration
:
none
;
text-align
:
center
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
;
}
button
:hover
,
.button
:hover
{
...
...
public/assets/css/main.less
View file @
00acfe2d
...
...
@@ -86,7 +86,7 @@ button, .button {
border: 0px;
text-decoration: none;
text-align: center;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
;
&:hover {
background: #fff;
...
...
public/assets/css/moderation.css
View file @
00acfe2d
...
...
@@ -86,7 +86,7 @@
border-radius
:
4px
;
padding
:
7px
14px
;
border
:
0px
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
;
}
.section-moderator-add
.box
form
>
div
>
div
select
:hover
,
.section-moderator-add
.box
form
>
div
>
div
input
[
type
=
"text"
]
:hover
,
...
...
public/assets/css/moderation.less
View file @
00acfe2d
...
...
@@ -87,7 +87,7 @@
border-radius: 4px;
padding: 7px 14px;
border: 0px;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
;
&:hover {
background: rgba(255,255,255,0.4);
...
...
public/assets/css/search.css
View file @
00acfe2d
...
...
@@ -13,7 +13,7 @@
border-radius
:
4px
;
padding
:
14px
28px
;
border
:
0px
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
;
}
.section-search
.search-bar
input
:hover
{
background
:
rgba
(
255
,
255
,
255
,
0.4
);
...
...
public/assets/css/search.less
View file @
00acfe2d
...
...
@@ -14,7 +14,7 @@
border-radius: 4px;
padding: 14px 28px;
border: 0px;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
;
&:hover {
background: rgba(255,255,255,0.4);
...
...
public/assets/css/settings.css
View file @
00acfe2d
...
...
@@ -49,7 +49,7 @@
border-radius
:
4px
;
padding
:
7px
14px
;
border
:
0px
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
;
}
.section-settings
.settings-box
.settings-item
.settings-input
select
:hover
,
.section-settings
.settings-box
.settings-item
.settings-input
input
[
type
=
"text"
]
:hover
,
...
...
public/assets/css/settings.less
View file @
00acfe2d
...
...
@@ -47,7 +47,7 @@
border-radius: 4px;
padding: 7px 14px;
border: 0px;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
;
&:hover {
background: rgba(255,255,255,0.4);
...
...
public/assets/css/songdetail.css
View file @
00acfe2d
...
...
@@ -57,7 +57,7 @@
margin-top
:
5px
;
word-break
:
break-all
;
text-decoration
:
none
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
opacity
;
}
.section-song-detail
.song-detail-background
.song-detail-dim
.song-detail
.song-meta-data
.song-tags
.tag
:hover
{
opacity
:
0.6
;
...
...
@@ -110,7 +110,7 @@
.section-song-detail
.song-detail-actions-moderator
.button
{
padding
:
15px
0px
;
font-size
:
16px
;
transition
:
0.2s
ease-in-out
all
,
0.1s
ease-in-out
transform
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
,
0.1s
ease-in-out
transform
;
}
.section-song-detail
.song-detail-actions
.button.button-primary
,
.section-song-detail
.song-detail-actions-owner
.button.button-primary
,
...
...
public/assets/css/songdetail.less
View file @
00acfe2d
...
...
@@ -59,7 +59,7 @@
margin-top: 5px;
word-break: break-all;
text-decoration: none;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
opacity
;
&:hover {
opacity: 0.6;
...
...
@@ -115,7 +115,7 @@
& .button {
padding: 15px 0px;
font-size: 16px;
transition: 0.2s ease-in-out
all
, 0.1s ease-in-out transform;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
, 0.1s ease-in-out transform;
&.button-primary {
background: #fff;
...
...
public/assets/css/startup.css
View file @
00acfe2d
...
...
@@ -15,7 +15,6 @@
padding
:
50px
;
height
:
256px
;
display
:
grid
;
transition
:
0.2s
ease
all
;
grid-template-rows
:
auto
100px
auto
;
}
.staff-promos
.staff-promo
.promo-type
{
...
...
@@ -42,7 +41,7 @@
background
:
#aaa
;
justify-self
:
left
;
border-radius
:
6px
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
opacity
;
text-decoration
:
none
;
}
.staff-promos
.staff-promo
.promo-button
:hover
{
...
...
public/assets/css/startup.less
View file @
00acfe2d
...
...
@@ -16,7 +16,6 @@
padding: 50px;
height: 256px;
display: grid;
transition: 0.2s ease all;
grid-template-rows: auto 100px auto;
& .promo-type {
...
...
@@ -43,7 +42,7 @@
background: #aaa;
justify-self: left;
border-radius: 6px;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
opacity
;
text-decoration: none;
&:hover {
...
...
public/assets/css/upload.css
View file @
00acfe2d
...
...
@@ -23,7 +23,7 @@
border
:
2px
dashed
#fff
;
border-radius
:
6px
;
background
:
rgba
(
255
,
255
,
255
,
0.1
);
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
background
;
position
:
relative
;
width
:
100%
;
height
:
160px
;
...
...
@@ -110,7 +110,7 @@
border-radius
:
4px
;
padding
:
7px
14px
;
border
:
0px
;
transition
:
0.2s
ease-in-out
all
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
;
}
.box
.tags-input
.tags-field
select
:not
(
:disabled
)
:hover
,
.box
.input
.tags-field
select
:not
(
:disabled
)
:hover
,
...
...
public/assets/css/upload.less
View file @
00acfe2d
...
...
@@ -24,7 +24,7 @@
border: 2px dashed #fff;
border-radius: 6px;
background: rgba(255,255,255,0.1);
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
background
;
position: relative;
width: 100%;
height: 160px;
...
...
@@ -108,7 +108,7 @@
border-radius: 4px;
padding: 7px 14px;
border: 0px;
transition: 0.2s ease-in-out
all
;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
;
&:not(:disabled):hover {
background: rgba(255,255,255,0.4);
...
...
public/assets/css/userdetail.css
View file @
00acfe2d
...
...
@@ -84,7 +84,7 @@
.section-user-detail
.user-detail-actions-moderation
.button
{
padding
:
15px
0px
;
font-size
:
16px
;
transition
:
0.2s
ease-in-out
all
,
0.1s
ease-in-out
transform
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
,
0.1s
ease-in-out
transform
;
}
.section-user-detail
.user-detail-actions
.button.button-primary
,
.section-user-detail
.user-detail-actions-moderation
.button.button-primary
{
...
...
public/assets/css/userdetail.less
View file @
00acfe2d
...
...
@@ -90,7 +90,7 @@
& .button {
padding: 15px 0px;
font-size: 16px;
transition: 0.2s ease-in-out
all
, 0.1s ease-in-out transform;
transition: 0.2s ease-in-out
background, 0.2s ease-in-out color
, 0.1s ease-in-out transform;
&.button-primary {
background: #fff;
...
...
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