Toggle navigation
Toggle navigation
This project
Loading...
Sign in
HyeonJun Jeon
/
Extended-Calendar
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
HyeonJun Jeon
2022-06-07 02:42:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3feb40fef0305b3ce7d50b12c13bb18a40fed302
3feb40fe
1 parent
f47f04fe
[Style] Update design
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
src/styles/App.css
src/styles/Side.css
src/styles/App.css
View file @
3feb40f
...
...
@@ -85,8 +85,9 @@ button:disabled {
z-index
:
1000
;
top
:
calc
(
100%
+
5px
);
left
:
20px
;
background
:
rgb
(
246
,
246
,
246
);
border
:
solid
thin
black
;
background
:
rgb
(
250
,
250
,
250
);
box-shadow
:
0px
0px
5px
gray
;
border
:
solid
thin
grey
;
border-radius
:
5px
;
display
:
none
;
padding
:
10px
;
...
...
@@ -97,15 +98,28 @@ button:disabled {
.spl
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
flex-start
;
}
.spl
>
*
{
margin-bottom
:
3px
;
}
.spl
>
:nth-child
(
1
)
{
margin-bottom
:
5px
;
font-size
:
large
;
}
.spl
>
:nth-child
(
2
)
{
font-size
:
medium
;
}
.spl
>
div
{
margin-top
:
5px
;
font-size
:
small
;
background-color
:
white
;
border
:
solid
1px
rgb
(
235
,
235
,
235
);
width
:
calc
(
100%
-
2px
);
}
.spc
{
...
...
src/styles/Side.css
View file @
3feb40f
...
...
@@ -35,9 +35,11 @@ aside {
/* height: 150px;
width: 250px; */
/* transform: translate(-50%, -50%); */
background
:
rgb
(
246
,
246
,
246
);
background
:
rgb
(
250
,
250
,
250
);
box-shadow
:
0px
0px
5px
gray
;
border
:
solid
thin
grey
;
border-radius
:
5px
;
display
:
none
;
border
:
solid
thin
black
;
padding
:
5px
;
}
...
...
Please
register
or
login
to post a comment