Skip to content
Snippets Groups Projects
Commit db0911c5 authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

add border style

parent 8a3be82b
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,8 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; } ...@@ -333,7 +333,8 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; }
border: 2px solid white; border: 2px solid white;
.btn{ .btn{
background-color: black !important; background-color: black !important;
border: 1px solid white; border: 5px solid white;
border-style: outset;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment