Skip to content
Snippets Groups Projects
Commit f1f7d1c4 authored by Lucas Serven's avatar Lucas Serven Committed by GitHub
Browse files

Merge pull request #579 from squat/fix-button-style

static: fix button styles
parents 9a78dca1 340eb300
No related branches found
No related tags found
No related merge requests found
......@@ -89,14 +89,14 @@
}
.btn {
box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25);
padding: 0;
font-size: 14px;
border-radius: 4px;
border: none;
border-radius: 4px;
box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25);
cursor: pointer;
font-size: 16px;
}
font-size: 14px;
line-height: 1;
padding: 6px 12px;
.btn:focus {
outline: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment