Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Flask_databasemigration
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
Masarath Fatima
Flask_databasemigration
Commits
147c1759
Commit
147c1759
authored
Jan 27, 2022
by
Masarath Fatima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete main.css
parent
2dc5b71f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
69 deletions
+0
-69
main.css
...atabasemigrations/flaskdatabasemigrations/static/main.css
+0
-69
No files found.
flaskdatabasemigrations/flaskdatabasemigrations/static/main.css
deleted
100644 → 0
View file @
2dc5b71f
/* Navbar container */
.navbar
{
overflow
:
hidden
;
background-color
:
#333
;
font-family
:
Arial
;
}
/* Links inside the navbar */
.navbar
a
{
float
:
left
;
font-size
:
16px
;
color
:
white
;
text-align
:
center
;
padding
:
14px
16px
;
text-decoration
:
none
;
}
/* The dropdown container */
.dropdown
{
float
:
left
;
overflow
:
hidden
;
}
/* Dropdown button */
.dropdown
.dropbtn
{
font-size
:
16px
;
border
:
none
;
outline
:
none
;
color
:
white
;
padding
:
14px
16px
;
background-color
:
inherit
;
font-family
:
inherit
;
/* Important for vertical align on mobile phones */
margin
:
0
;
/* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar
a
:hover
,
.dropdown
:hover
.dropbtn
{
background-color
:
red
;
}
/* Dropdown content (hidden by default) */
.dropdown-content
{
display
:
none
;
position
:
absolute
;
background-color
:
#f9f9f9
;
min-width
:
160px
;
box-shadow
:
0px
8px
16px
0px
rgba
(
0
,
0
,
0
,
0.2
);
z-index
:
1
;
}
/* Links inside the dropdown */
.dropdown-content
a
{
float
:
none
;
color
:
black
;
padding
:
12px
16px
;
text-decoration
:
none
;
display
:
block
;
text-align
:
left
;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content
a
:hover
{
background-color
:
#ddd
;
}
/* Show the dropdown menu on hover */
.dropdown
:hover
.dropdown-content
{
display
:
block
;
}
\ 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