Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Marcos Albano
sisage
Commits
dd579190
Commit
dd579190
authored
Jan 20, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modifiquei a cor das tabelas e cor do botão busca.
parent
782b6abf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
app.css
public/css/app.css
+20
-3
No files found.
public/css/app.css
View file @
dd579190
...
@@ -1798,11 +1798,26 @@ pre code {
...
@@ -1798,11 +1798,26 @@ pre code {
}
}
}
}
/* Mudança na class table - marcos.sousa 20/01/2021*/
.table
{
.table
{
width
:
100%
;
width
:
100%
;
max-width
:
100%
;
max-width
:
100%
;
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
background-color
:
transparent
/* background-color: transparent; */
background-color
:
white
;
color
:
black
;
}
.table
tbody
tr
:nth-child
(
odd
)
td
{
background-color
:
#fff
;
color
:
black
;
}
.table
tbody
tr
:nth-child
(
even
)
td
{
background-color
:
rgb
(
230
,
228
,
228
);
color
:
black
;
}
}
.table
td
,
.table
td
,
...
@@ -2673,8 +2688,10 @@ fieldset:disabled a.btn {
...
@@ -2673,8 +2688,10 @@ fieldset:disabled a.btn {
.btn-primary
{
.btn-primary
{
color
:
#fff
;
color
:
#fff
;
background-color
:
#3490dc
;
/* background-color: #3490dc; */
border-color
:
#3490dc
/* border-color: #3490dc */
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
border-color
:
white
;
}
}
.btn-primary
:hover
{
.btn-primary
:hover
{
...
...
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