replaced redundant -*-border-radius box-shadows and others with corresponding mixins
This commit is contained in:
parent
84de1b71d1
commit
b825582eb1
26 changed files with 240 additions and 268 deletions
|
@ -2,7 +2,7 @@ table {
|
|||
@extend .table;
|
||||
@extend .table-striped;
|
||||
@include solid_shade;
|
||||
border:1px solid #bbb;
|
||||
border: 1px solid #bbb;
|
||||
width: 100%;
|
||||
|
||||
&.low {
|
||||
|
@ -31,7 +31,7 @@ table {
|
|||
}
|
||||
|
||||
td {
|
||||
border-color:#f1f1f1;
|
||||
border-color: #f1f1f1;
|
||||
line-height: 28px;
|
||||
|
||||
.s16 {
|
||||
|
@ -40,11 +40,11 @@ table {
|
|||
}
|
||||
|
||||
&:first-child {
|
||||
border-left:1px solid #bbb;
|
||||
border-left: 1px solid #bbb;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-right:1px solid #bbb;
|
||||
border-right: 1px solid #bbb;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue