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
7b8e701e
Commit
7b8e701e
authored
Jan 21, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
e8f48ae8
478b1b5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
8 deletions
+25
-8
app.css
public/css/app.css
+25
-8
logoidace.png
public/img/logoidace.png
+0
-0
No files found.
public/css/app.css
View file @
7b8e701e
...
...
@@ -1798,11 +1798,26 @@ pre code {
}
}
/* Mudança na class table - marcos.sousa 20/01/2021*/
.table
{
width
:
100%
;
max-width
:
100%
;
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
,
...
...
@@ -2673,8 +2688,10 @@ fieldset:disabled a.btn {
.btn-primary
{
color
:
#fff
;
background-color
:
#3490dc
;
border-color
:
#3490dc
/* background-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
{
...
...
@@ -4775,16 +4792,16 @@ input[type=submit].btn-block {
.navbar-light
.navbar-brand
,
.navbar-light
.navbar-brand
:focus
,
.navbar-light
.navbar-brand
:hover
{
color
:
rgba
(
0
,
0
,
0
,
.9
)
color
:
white
;
}
.navbar-light
.navbar-nav
.nav-link
{
color
:
rgba
(
0
,
0
,
0
,
.5
)
color
:
white
;
}
.navbar-light
.navbar-nav
.nav-link
:focus
,
.navbar-light
.navbar-nav
.nav-link
:hover
{
color
:
rgb
a
(
0
,
0
,
0
,
.7
)
color
:
rgb
(
252
,
249
,
249
)
}
.navbar-light
.navbar-nav
.nav-link.disabled
{
...
...
@@ -9769,7 +9786,7 @@ a.text-dark:hover {
}
.navbar-laravel
{
background-color
:
#fff
;
/* background-color: #fff; */
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
.04
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
.04
)
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
.04
)
;
}
\ No newline at end of file
public/img/logoidace.png
View replaced file @
e8f48ae8
View file @
7b8e701e
2.48 KB
|
W:
|
H:
3.75 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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