Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
14008bb5
Commit
14008bb5
authored
Mar 15, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix repeat-task css
parent
6bed8d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
repeat-task.component.scss
src/app/pieces/repeat-task/repeat-task.component.scss
+3
-4
No files found.
src/app/pieces/repeat-task/repeat-task.component.scss
View file @
14008bb5
...
@@ -6,9 +6,6 @@
...
@@ -6,9 +6,6 @@
position
:
relative
;
position
:
relative
;
background-color
:
var
(
--
piece-background-color
);
background-color
:
var
(
--
piece-background-color
);
transition
:
all
0
.5s
ease
;
transition
:
all
0
.5s
ease
;
border-top
:
1px
solid
black
;
border-bottom
:
1px
solid
black
;
border-right
:
1px
solid
black
;
border-top-right-radius
:
50%
;
border-top-right-radius
:
50%
;
border-bottom-right-radius
:
50%
;
border-bottom-right-radius
:
50%
;
...
@@ -99,5 +96,7 @@
...
@@ -99,5 +96,7 @@
left
:
0px
;
left
:
0px
;
right
:
0px
;
right
:
0px
;
bottom
:
0px
;
bottom
:
0px
;
border-left
:
1px
solid
black
;
border
:
1px
solid
black
;
border-top-right-radius
:
50%
;
border-bottom-right-radius
:
50%
;
}
}
\ No newline at end of file
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