'css'
This commit is contained in:
parent
a987778467
commit
4624ee0795
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
@import "../initial";
|
||||
@import "variables";
|
||||
input{
|
||||
color: #333;
|
||||
}
|
||||
#orbit-bar .orbit-bar-title a{
|
||||
color: #333!important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
// Announcement widget
|
||||
// ## Gerneral styles for widgets
|
||||
.status-top{
|
||||
display: none!important;
|
||||
}
|
||||
.VivaTimeline{
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -15,10 +15,11 @@
|
|||
// .i-member-profile-data-wrap a {
|
||||
// color:#13678a;
|
||||
// }
|
||||
|
||||
.member-data-value-name{
|
||||
color: #002333;
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
// font-size: 1.1em;
|
||||
// font-weight: 600;
|
||||
}
|
||||
.i-member-profile-item{
|
||||
a{
|
||||
|
|
|
|||
Loading…
Reference in New Issue