Created
February 18, 2020 02:43
-
-
Save p3nGu1nZz/999aaa7ffade46b9cd9f6bdd8614e788 to your computer and use it in GitHub Desktop.
34234343343434
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* COMPONENT - ACTIVE-CIRCUIT-CHAT | |
*/ | |
#component.circuitLayout #wrapper.activeCircuitChat { | |
height: 100%; | |
} | |
#component.circuitLayout #component.activeCircuitChat { | |
height: 100%; | |
} | |
#component.circuitLayout #component.activeCircuitChat>.ui.segment { | |
height: 100%; | |
padding: 0.420rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat>.ui.segment>.ui.menu { | |
font-size: 0.69rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item { | |
padding: 0 0.620rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(1) { | |
padding: 0 0.420rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(3) { | |
font-size: 0.555rem; | |
transform: translateY(0.1rem); | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(3) .icon.angle.double.down { | |
transform: translateY(-0.555rem); | |
font-size: 0.555rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(5) { | |
font-size: 0.840rem; | |
transform: translateY(-0.1rem); | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(5) .icon.angle.double.up { | |
transform: translateY(-0.642rem); | |
font-size: 0.642rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(6) { | |
font-weight: bolder; | |
transform: translateY(-0.1rem); | |
font-size: .840rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(7) { | |
transform: translateY(-0.1rem); | |
font-size: .840rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(8) { | |
transform: translateY(-0.1rem); | |
font-size: .840rem; | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(9) { | |
transform: translateY(-0.1rem); | |
font-size: .840rem; | |
text-decoration: underline; | |
color: #6435c9; | |
font-weight: bolder;/*colorado*/ | |
} | |
#component.circuitLayout #component.activeCircuitChat .ui.menu>.item:nth-child(10)>.ui.image { | |
transform: translateY(-0.1rem); | |
width: 1rem; | |
height: 1rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment