Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최원석
/
2021-1-database-project
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
1seok2
2021-05-05 21:05:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13bef8286aae421848ce39e6d6215cb0bf22ebc9
13bef828
1 parent
e37b7319
style: add button style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
7 deletions
app/src/assets/style/Header.scss
app/src/assets/style/Main.scss
app/src/assets/style/Header.scss
View file @
13bef82
.header
{
height
:
70px
;
width
:
100%
;
height
:
90px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
font-size
:
1
.8rem
;
width
:
100%
;
}
\ No newline at end of file
.form-container
{
width
:
200px
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
#id-input
{
height
:
100%
;
text-align
:
center
;
font-size
:
21px
;
border
:
none
;
&
:focus
{
outline
:
none
;
}
}
button
{
width
:
100%
;
margin
:
8px
0
;
padding
:
6px
;
background-color
:
deepskyblue
;
color
:
#efefef
;
border
:
none
;
border-radius
:
6px
;
}
}
}
...
...
app/src/assets/style/Main.scss
View file @
13bef82
...
...
@@ -33,16 +33,16 @@
.followers
{
flex
:
1
;
padding
:
.4rem
;
padding
:
0
.4rem
;
}
.following
{
flex
:
1
;
padding
:
.4rem
;
padding
:
0
.4rem
;
}
.item
{
padding-left
:
0
.3rem
;
margin
:
.25rem
0
;
margin
:
0
.25rem
0
;
border-radius
:
0
.16rem
;
height
:
1
.8rem
;
display
:
flex
;
...
...
@@ -60,4 +60,4 @@
font-weight
:
800
;
margin
:
0
.5rem
0
;
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment