2 changed files with 43 additions and 0 deletions
@ -0,0 +1,42 @@ |
|||
@dtp-border-thick: 3px; |
|||
|
|||
.dtp-border { |
|||
border: solid; |
|||
border-width: 1px; |
|||
|
|||
&.dtp-border-thick { |
|||
border-width: @dtp-border-thick; |
|||
} |
|||
} |
|||
|
|||
.dtp-border-top { |
|||
border-top: solid 1px; |
|||
|
|||
&.dtp-border-thick { |
|||
border-width: @dtp-border-thick; |
|||
} |
|||
} |
|||
|
|||
.dtp-border-bottom { |
|||
border-bottom: solid 1px; |
|||
|
|||
&.dtp-border-thick { |
|||
border-width: @dtp-border-thick; |
|||
} |
|||
} |
|||
|
|||
.dtp-border-left { |
|||
border-left: solid 1px; |
|||
|
|||
&.dtp-border-thick { |
|||
border-width: @dtp-border-thick; |
|||
} |
|||
} |
|||
|
|||
.dtp-border-right { |
|||
border-right: solid 1px; |
|||
|
|||
&.dtp-border-thick { |
|||
border-width: @dtp-border-thick; |
|||
} |
|||
} |
Loading…
Reference in new issue