11 lines
134 B
SCSS
11 lines
134 B
SCSS
/*
|
|
* Table Element Styles
|
|
* Styles for body style section
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/03/02
|
|
*/
|
|
table {
|
|
width: 100%;
|
|
}
|