Skip to content
Snippets Groups Projects
Commit fb41ddcb authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix button alignment

parent c92e1519
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@
}
.Button {
display: inline-block;
box-sizing: border-box;
text-decoration: none;
padding: 0.5em 0.75em;
background: #FBFCFD;
......@@ -19,13 +21,9 @@
border-radius: var(--default-button-border-radius);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
cursor: pointer;
padding: 0.6rem 0.8rem;
text-decoration: none;
font-size: 0.8em;
line-height: 1em;
display: inline-block;
box-sizing: border-box;
line-height: 1;
}
.Button:hover {
......
......@@ -22,7 +22,7 @@
.Form-field {
position: relative;
color: #929292;
color: #6C6C6C;
margin-bottom: 1.5em;
}
......
......@@ -131,7 +131,7 @@
.ContentTable tr:hover .Table-actions {
opacity: 1;
transition: opacity .3s linear;
transition: opacity .2s linear;
}
/* TODO: this is for the ace editor and should be handled without an ID */
......
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