Code Review
/
laas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Lab as a Service 2.0
[laas.git]
/
src
/
static
/
css
/
theme.css
1
.blink_me {
2
animation: blinker 1.5s linear infinite;
3
}
4
5
@keyframes blinker {
6
20% {
7
opacity: 0.4;
8
}
9
}
10
11
.modal p {
12
word-wrap: break-word;
13
}
14
15
.create_drop {
16
display: none;
17
width: 100%;
18
19
}