11 lines
116 B
SCSS
11 lines
116 B
SCSS
.title ::before {
|
|
content: " Veja tambem";
|
|
font-size: 16px;
|
|
color:red;
|
|
}
|
|
|
|
// .title {
|
|
// color: blue;
|
|
// }
|
|
|