diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-01 16:39:14 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-01 16:39:14 +0200 |
| commit | bd9a50e9c824e89d8a91fd54c8bc838cdfa796f6 (patch) | |
| tree | 06254243ccfc713ab0801e748b16dade68ff73ca /src/css/imports/_buttons.css | |
| parent | dedfd8a8098db999f81a55a845e0e4d041f9d7a8 (diff) | |
Initial commit
Diffstat (limited to 'src/css/imports/_buttons.css')
| -rw-r--r-- | src/css/imports/_buttons.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/css/imports/_buttons.css b/src/css/imports/_buttons.css new file mode 100644 index 0000000..57cb4ff --- /dev/null +++ b/src/css/imports/_buttons.css @@ -0,0 +1,13 @@ +.btn { + display: inline-block; + padding: 12px 16px 10px; + font-size: 1rem; + line-height: 1.25; + background-color: var(--white); + border-radius: var(--border-radius); + text-decoration: none; + font-weight: bold; + color: var(--primary); + text-align: center; + box-shadow: inset 0 0 0 2px var(--primary); +} |
