Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue_chat
Overview
Overview
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hứa Minh Thành
vue_chat
Commits
9ed10cad
Commit
9ed10cad
authored
Dec 15, 2020
by
Hứa Minh Thành
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
layout
parent
524f23a0
Pipeline
#1137
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
assets/scss/regirst.scss
+62
-0
No files found.
assets/scss/regirst.scss
0 → 100644
View file @
9ed10cad
.border-md
{
border-width
:
2px
;
}
@mixin
bgColor
(
$color
)
{
background
:
$color
;
}
.btn-facebook
{
background
:
#405d9d
;
border
:
none
;
&
:hover
{
@include
bgColor
(
#314879
);
}
&
:focus
{
@include
bgColor
(
#314879
);
}
}
.btn-twitter
{
@include
bgColor
(
#42aeec
);
border
:
none
;
&
:hover
{
@include
bgColor
(
#1799e4
);
}
&
:focus
{
@include
bgColor
(
#1799e4
);
}
}
body
{
min-height
:
100vh
;
}
.form-control
{
&
:not
(
select
)
{
padding
:
1
.5rem
0
.5rem
;
}
&
:
:
placeholder
{
color
:
#ccc
;
font
:
{
weight
:
bold
;
size
:
0
.9rem
;
}
}
&
:focus
{
box-shadow
:
none
;
}
}
select
.form-control
{
height
:
52px
;
padding-left
:
0
.5rem
;
}
\ 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