styles added
This commit is contained in:
parent
d25d121293
commit
f3660160a5
1 changed files with 12 additions and 0 deletions
|
|
@ -100,3 +100,15 @@
|
||||||
:deep(.mobile-full-width) {
|
:deep(.mobile-full-width) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.default-color{
|
||||||
|
color: #18a058;
|
||||||
|
}
|
||||||
|
|
||||||
|
.underline {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link-like-text {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue