Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
archivarius
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andrey Kuvshinov
archivarius
Commits
3619db73
Commit
3619db73
authored
Oct 15, 2024
by
AK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct accordeon
parent
a4395999
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
accordion.css
frontend/styles/accordion.css
+5
-4
No files found.
frontend/styles/accordion.css
View file @
3619db73
.accordion
{
background-color
:
#eee
;
display
:
flex
;
flex-direction
:
column
;
color
:
#444
;
cursor
:
pointer
;
border-radius
:
5px
;
margin-top
:
12px
;
padding
:
12px
;
width
:
100%
;
padding
:
10px
15px
0
15px
;
border
:
none
;
text-align
:
left
;
outline
:
none
;
font-size
:
15px
;
transition
:
0.4s
;
transition
:
backg
;
}
.active
,
.accordion
:hover
{
...
...
@@ -20,6 +22,5 @@
margin
:
12px
0
;
padding
:
12px
18px
;
display
:
none
;
background-color
:
white
;
overflow
:
hidden
;
}
\ 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