lib/pairing_matrix/server/public/style.css in pairing_matrix-0.1.2 vs lib/pairing_matrix/server/public/style.css in pairing_matrix-1.0

- old
+ new

@@ -40,10 +40,14 @@ box-sizing: border-box; padding: 9px; margin-top: 10px; } +.visualize_matrix_container { + text-align: center; +} + .viz_container { text-align: center; } svg { @@ -51,15 +55,42 @@ width: 815px; } .player { cursor: pointer; + r: 20px; + fill-opacity: 0.75; + stroke: #EE1031; + stroke-opacity: 0.75; + z-index: 10; } +.playerLarge { + cursor: pointer; + r: 25px; + fill: red; + fill-opacity: 0.75; + stroke: blue; + stroke-opacity: 0.75; + z-index: 10; +} + .player_names { pointer-events: none; } .input-container { height: 300px; overflow: scroll; +} + +.connect { + fill: none; + stroke: #DD1031; + stroke-opacity: 0.75; +} + +.connectLarge { + fill: none; + stroke: black; + stroke-opacity: 0.75; } \ No newline at end of file