Chat component integrated on the member profile
This commit is contained in:
@ -1,31 +1,27 @@
|
||||
#menu-title {
|
||||
font-family: bebas;
|
||||
color: $hd-color;
|
||||
font-size: 17px;
|
||||
}
|
||||
#navbar {
|
||||
z-index: 9999;
|
||||
|
||||
|
||||
#navbar-router {
|
||||
color: $twitter-color;
|
||||
|
||||
ldp-route {
|
||||
cursor: pointer;
|
||||
#menu-title {
|
||||
font-family: bebas;
|
||||
color: $hd-color;
|
||||
font-size: 17px;
|
||||
}
|
||||
ldp-route:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
ldp-route[active] {
|
||||
font-weight: bold;
|
||||
border-bottom: 2px solid $hd-color;
|
||||
color: $hd-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#navbarSupportedContent {
|
||||
#navbar-router {
|
||||
color: $twitter-color;
|
||||
|
||||
ldp-route {
|
||||
margin: 0px 10px;
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
}
|
||||
ldp-route:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
ldp-route[active] {
|
||||
font-weight: bold;
|
||||
border-bottom: 2px solid $hd-color;
|
||||
color: $hd-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
$hd-color: rgb(253, 200, 21);
|
||||
$twitter-color: #1DA1F2;
|
||||
|
||||
$menu-height : 100px;
|
||||
$menu-height : 50px;
|
||||
|
Reference in New Issue
Block a user