css linting

This commit is contained in:
Kendall Werts 2020-02-25 18:32:57 -06:00
parent 50f5d92d41
commit 0290eb1d56

View file

@ -260,7 +260,6 @@ table {
padding-block-start: 16px; padding-block-start: 16px;
} }
/*.column-panel-content .button,*/
.panel-footer .button { .panel-footer .button {
align-items: center; align-items: center;
block-size: 100%; block-size: 100%;
@ -360,7 +359,6 @@ manage things like container crud */
justify-content: center; justify-content: center;
} }
/*.pop-button a,*/
.panel-footer a { .panel-footer a {
text-decoration: none; text-decoration: none;
} }
@ -647,6 +645,7 @@ body {
font-size: 13px; font-size: 13px;
inline-size: 320px; inline-size: 320px;
letter-spacing: -0.1px; letter-spacing: -0.1px;
--highlight-blue: #1296f8; --highlight-blue: #1296f8;
--hr-grey: #e3e3e3; --hr-grey: #e3e3e3;
--text-grey: #737373; --text-grey: #737373;
@ -904,4 +903,4 @@ tr > td > .trash-button {
tr:hover > td > .trash-button { tr:hover > td > .trash-button {
display: block; display: block;
} }