Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
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
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
Vũ Hoàng Anh
canifa_note
Commits
ad462cec
Commit
ad462cec
authored
Sep 08, 2022
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update explore style
parent
a0a42285
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
explore.less
web/src/less/explore.less
+5
-4
No files found.
web/src/less/explore.less
View file @
ad462cec
...
@@ -5,10 +5,11 @@
...
@@ -5,10 +5,11 @@
background-color: #f6f5f4;
background-color: #f6f5f4;
> .page-container {
> .page-container {
@apply relative w-full min-h-screen mx-auto flex flex-col justify-start items-center;
@apply relative w-full min-h-screen mx-auto flex flex-col justify-start items-center
pb-8
;
> .page-header {
> .page-header {
@apply relative max-w-2xl w-full min-h-full flex flex-row justify-between items-center px-4 sm:pr-6 mt-6 mb-2;
@apply sticky top-0 z-10 max-w-2xl w-full min-h-full flex flex-row justify-between items-center px-4 sm:pr-6 pt-6 mb-2;
background-color: #f6f5f4;
> .logo-img {
> .logo-img {
@apply h-14 w-auto;
@apply h-14 w-auto;
...
@@ -16,10 +17,10 @@
...
@@ -16,10 +17,10 @@
> .action-button-container {
> .action-button-container {
> .btn {
> .btn {
@apply text-
blue-600 py-1 hover:opacity-80
;
@apply text-
gray-600 font-mono text-base py-1 border px-3 rounded-xl hover:opacity-80 hover:underline
;
> .icon {
> .icon {
@apply text-lg
mr-1
;
@apply text-lg;
}
}
}
}
}
}
...
...
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