aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/ebe.css
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-01-24 20:27:08 +0100
committerPacien TRAN-GIRARD2015-01-25 23:47:13 +0100
commitd04d732a084f07ca88fdfa82653bdfd2d6798374 (patch)
treed4b03c921e5fa98e9fb731d1549fbc8dbdc6b9fe /public/stylesheets/ebe.css
parent2f6780969318c08c7a0a0e8e52a7dad33ff53786 (diff)
downloadminibay-d04d732a084f07ca88fdfa82653bdfd2d6798374.tar.gz
First website mockup
Diffstat (limited to 'public/stylesheets/ebe.css')
-rw-r--r--public/stylesheets/ebe.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/public/stylesheets/ebe.css b/public/stylesheets/ebe.css
new file mode 100644
index 0000000..e5fd15e
--- /dev/null
+++ b/public/stylesheets/ebe.css
@@ -0,0 +1,38 @@
1/***** LOGO *****/
2
3.ebe-logo {
4 font-weight: 100;
5 letter-spacing: -0.05em;
6}
7
8.red {
9 color: #e53238;
10}
11
12.red-bg {
13 background-color: #e53238;
14}
15
16.blue {
17 color: #0064d2;
18}
19
20.blue-bg {
21 background-color: #0064d2;
22}
23
24.yellow {
25 color: #f5af02;
26}
27
28.yellow-bg {
29 background-color: #f5af02;
30}
31
32.green {
33 color: #86b817;
34}
35
36.green-bg {
37 background-color: #86b817;
38}