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