1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 17:33:21 +08:00

Add expiration clock to sessions

This commit is contained in:
Jonathan Leibiusky @xetorthio
2016-11-15 13:20:59 -03:00
parent 939c045198
commit db074a5804
4 changed files with 23 additions and 0 deletions

View File

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