1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-15 02:37:27 +08:00
docker-labs/www/assets/style.css
Jonathan Leibiusky @xetorthio db074a5804 Add expiration clock to sessions
2016-11-15 13:20:59 -03:00

30 lines
522 B
CSS

@import url('http://fonts.googleapis.com/css?family=Rationale');
.selected button {
background-color: rgba(158,158,158,0.2);
}
md-card-content.terminal {
background-color: rgb(113, 113, 113);
padding: 0;
}
.terminal {
background-color: rgb(113, 113, 113);
}
.terminal .xterm-viewport {
background-color: rgb(113, 113, 113);
}
.terminal .xterm-rows {
background-color: #000;
}
.clock {
font-family: 'Rationale', sans-serif;
font-size: 3.0em;
color: #1da4eb;
text-align: center;
}