weheee
This commit is contained in:
parent
0fabf3fece
commit
379f1cac6d
@ -34,7 +34,10 @@ body {
|
||||
--mainHoverColor: #2a4858;
|
||||
}
|
||||
|
||||
span.instance-name {
|
||||
span.instance-name,
|
||||
h1.instance-name.home-page,
|
||||
.custom-markup-container h1,
|
||||
.custom-markup-container a.instance-name {
|
||||
background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important;
|
||||
background-clip: text !important;
|
||||
-webkit-background-clip: text !important;
|
||||
@ -42,8 +45,10 @@ span.instance-name {
|
||||
-o-background-clip: text !important;
|
||||
-ms-background-clip: text !important;
|
||||
-webkit-text-fill-color: transparent !important;
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
|
||||
|
||||
.icon.icon-logo {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
@ -55,6 +60,30 @@ span.instance-name {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.custom-markup-container a {
|
||||
color: #f57200 !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 425px) {
|
||||
.custom-markup-container img {
|
||||
display: block;
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
input.p-inputtext.p-component.ng-star-inserted {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.external-login-blocks {
|
||||
color: red;
|
||||
font-size: 2rem;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
/* .svg.feather.feather-thumbs-up:hover {
|
||||
color: green !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user