Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

upd(buttons): readjust button padding for redesign #16

Merged
merged 1 commit into from
Dec 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/css/ui-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,13 +578,13 @@ video {
border-radius: 0.25rem;
background-color: #134E4A;
color: white;
padding: 0.5rem 1.5rem;
padding: 0.5rem 1rem;
border: 1px solid #0B525E;
} .mxa-btn-secondary {
border-radius: 0.25rem;
background-color: white;
color: #111827;
padding: 0.5rem 1.5rem;
padding: 0.5rem 1rem;
border: 1px solid #D6D7D9;
} .mxa-input {
border-radius: 0.25rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ui-base.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ module.exports = plugin(
borderRadius: '0.25rem',
backgroundColor: '#134E4A',
color: 'white',
padding: '0.5rem 1.5rem',
padding: '0.5rem 1rem',
border: '1px solid #0B525E'
},

'.mxa-btn-secondary': {
borderRadius: '0.25rem',
backgroundColor: 'white',
color: '#111827',
padding: '0.5rem 1.5rem',
padding: '0.5rem 1rem',
border: '1px solid #D6D7D9'
},

Expand Down