Introduce actions table style
This commit is contained in:
parent
aabbe281be
commit
ab9a3b92e9
3 changed files with 30 additions and 11 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue