aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/stylesheets
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-03-14 13:50:19 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-03-14 13:50:19 +0100
commitdc8bc31be517a53e8fbe7100cfe45cd73f596de0 (patch)
treec0b0d6641dd352dafff93b8fd33ddb262b59aa47 /client/stylesheets
parentbd324a669218f9ed302f7f54b36ee535d25c9733 (diff)
downloadPeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.tar.gz
PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.tar.zst
PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.zip
Angular application :first draft
Diffstat (limited to 'client/stylesheets')
-rw-r--r--client/stylesheets/application.scss6
-rw-r--r--client/stylesheets/bootstrap-variables.scss6
-rw-r--r--client/stylesheets/index.scss83
3 files changed, 6 insertions, 89 deletions
diff --git a/client/stylesheets/application.scss b/client/stylesheets/application.scss
index bf9ec90ab..d1b309907 100644
--- a/client/stylesheets/application.scss
+++ b/client/stylesheets/application.scss
@@ -1,6 +1,6 @@
1$icon-font-path: "/stylesheets/vendor/fonts/bootstrap/"; 1$icon-font-path: "/app/node_modules/bootstrap-sass/assets/fonts/bootstrap/";
2 2
3@import "bootstrap-variables"; 3@import "bootstrap-variables";
4@import "_bootstrap"; 4@import "_bootstrap";
5@import "base"; 5@import "base.scss";
6@import "index"; \ No newline at end of file 6@import "index.scss";
diff --git a/client/stylesheets/bootstrap-variables.scss b/client/stylesheets/bootstrap-variables.scss
index 5a49649f9..a2472f357 100644
--- a/client/stylesheets/bootstrap-variables.scss
+++ b/client/stylesheets/bootstrap-variables.scss
@@ -108,9 +108,9 @@
108// $line-height-large: 1.3333333 // extra decimals for Win 8.1 Chrome 108// $line-height-large: 1.3333333 // extra decimals for Win 8.1 Chrome
109// $line-height-small: 1.5 109// $line-height-small: 1.5
110 110
111$border-radius-base: 0; 111// $border-radius-base: 0;
112$border-radius-large: 0; 112// $border-radius-large: 0;
113$border-radius-small: 0; 113// $border-radius-small: 0;
114 114
115//** Global color for active items (e.g., navs or dropdowns). 115//** Global color for active items (e.g., navs or dropdowns).
116// $component-active-color: #fff 116// $component-active-color: #fff
diff --git a/client/stylesheets/index.scss b/client/stylesheets/index.scss
index d13dcfa90..5cba54705 100644
--- a/client/stylesheets/index.scss
+++ b/client/stylesheets/index.scss
@@ -1,88 +1,5 @@
1.span_action {
2 margin: 5px;
3 cursor: pointer;
4}
5
6header div { 1header div {
7 height: 50px; 2 height: 50px;
8 line-height: 25px; 3 line-height: 25px;
9 margin-bottom: 50px; 4 margin-bottom: 50px;
10} 5}
11
12menu {
13 margin-right: 20px;
14 border-right: 1px solid rgba(0, 0, 0, 0.2);
15}
16
17menu .panel_button {
18 margin: 8px;
19 cursor: pointer;
20 transition: margin 0.2s;
21}
22
23menu .panel_button:hover {
24 margin-left: 15px;
25}
26
27menu .glyphicon {
28 margin: 5px;
29}
30
31#ajax_load {
32 min-height: 500px;
33}
34
35.loading {
36 display: inline-block;
37 margin-top: 100px;
38}
39
40.video {
41 margin-bottom: 10px;
42 transition: margin 0.5s ease;
43}
44
45.video:hover {
46 margin-left: 5px;
47}
48
49.video_name {
50 cursor: pointer;
51 margin-right: 5px;
52}
53
54.video_pod_url {
55 font-size: small;
56 color: rgba(0, 0, 0, 0.5);
57}
58
59.video_description {
60 font-size: small;
61 font-style: italic;
62 margin-left: 7px;
63}
64
65.btn-file {
66 position: relative;
67 overflow: hidden;
68}
69.btn-file input[type=file] {
70 position: absolute;
71 top: 0;
72 right: 0;
73 min-width: 100%;
74 min-height: 100%;
75 font-size: 100px;
76 text-align: right;
77 filter: alpha(opacity=0);
78 opacity: 0;
79 outline: none;
80 background: white;
81 cursor: inherit;
82 display: block;
83}
84
85.name_file {
86 display: inline-block;
87 margin-left: 10px;
88} \ No newline at end of file