Introduce actions table style

This commit is contained in:
Robert Marshall 2021-05-08 12:24:03 +01:00
parent aabbe281be
commit ab9a3b92e9
3 changed files with 30 additions and 11 deletions

View file

@ -227,6 +227,33 @@ form {
}
}
table.actions {
border-collapse: collapse;
width:100%;
tr:hover {
background: $Grey-300;
}
td {
&.stretch{
width: 99%;
}
&.nowrap{
white-space: nowrap;
}
&:not(:first-child) {
padding-left: 5px;
pre {
margin: 0;
}
}
}
}
@import "blog.scss";
@import "home.scss";