Skip to content
Snippets Groups Projects
Commit f8b67c2e authored by Otto Zaiser's avatar Otto Zaiser
Browse files

Estilos boton default para pisar drupal

parent b89d27a4
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,21 @@
border-color: #4cae4c;
}
.tsa2 .btn-default{
padding: 6px 12px;
color: #333;
background-color: #fff;
border-color: #ccc;
border-radius: 4px;
border-width: 1px;
}
.tsa2 .btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.tsa2 .btn-pill {
border-radius: 50px;
border-width: 2px;
......
......@@ -38,6 +38,21 @@
border-color: #4cae4c;
}
.tsa2 .btn-default{
padding: 6px 12px;
color: #333;
background-color: #fff;
border-color: #ccc;
border-radius: 4px;
border-width: 1px;
}
.tsa2 .btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.tsa2 .btn-pill {
border-radius: 50px;
border-width: 2px;
......
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