Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_princessgabi
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
Ysabella Panghulan
midterm_princessgabi
Commits
4a6e2c68
Commit
4a6e2c68
authored
May 13, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added styling for edit button
parent
49bebd1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
base.css
widget_princessgabi/static/stylesheets/base.css
+17
-0
No files found.
widget_princessgabi/static/stylesheets/base.css
View file @
4a6e2c68
...
...
@@ -2,6 +2,7 @@
--primary-color
:
#7448F6
;
--secondary-color
:
#E9E3FE
;
}
.container
{
font-family
:
Verdana
,
Geneva
,
Tahoma
,
sans-serif
;
}
...
...
@@ -55,6 +56,7 @@ a {
a
:visited
{
text-decoration
:
none
;
}
.main
{
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -74,6 +76,21 @@ a:visited {
text-align
:
center
;
}
.add-btn
:hover
{
background-color
:
var
(
--primary-color
);
color
:
var
(
--secondary-color
)
}
.edit-btn
{
display
:
inline-block
;
margin-top
:
1rem
;
border-radius
:
0.4rem
;
cursor
:
pointer
;
transition
:
all
400ms
ease
;
color
:
var
(
--primary-color
);
text-align
:
center
;
}
.links
{
display
:
flex
;
flex-wrap
:
wrap
;
...
...
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