Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NUTE
plataforma-formacao-mec-backend
Commits
02f67b79
Commit
02f67b79
authored
Dec 20, 2021
by
Francisco Fernandes Soares Neto
Browse files
fix border-box
parent
1409ea16
Pipeline
#4854
passed with stages
in 5 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/vendor/mail/html/themes/default.css
View file @
02f67b79
...
...
@@ -2,7 +2,7 @@
body
,
body
*
:not
(
html
)
:not
(
style
)
:not
(
br
)
:not
(
tr
)
:not
(
code
)
{
font-family
:
Avenir
,
Helvetica
,
sans-serif
;
box-sizing
:
border-box
;
/*
box-sizing: border-box;
*/
}
body
{
...
...
@@ -220,11 +220,11 @@ img {
.button-blue
,
.button-primary
{
background-color
:
#
3097D1
;
border-top
:
10px
solid
#
3097D1
;
border-right
:
18px
solid
#
3097D1
;
border-bottom
:
10px
solid
#
3097D1
;
border-left
:
18px
solid
#
3097D1
;
background-color
:
#
6518d3
;
border-top
:
10px
solid
#
6518d3
;
border-right
:
18px
solid
#
6518d3
;
border-bottom
:
10px
solid
#
6518d3
;
border-left
:
18px
solid
#
6518d3
;
}
.button-green
,
...
...
resources/views/vendor/notifications/email.blade.php
View file @
02f67b79
...
...
@@ -25,7 +25,7 @@
$color
=
$level
;
break
;
default
:
$color
=
'
#7E3DDA
'
;
$color
=
'
primary
'
;
}
?>
@component('mail::button', ['url' => $actionUrl, 'color' => $color])
...
...
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