aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+about/about-follows/about-follows.component.scss2
-rw-r--r--client/src/app/+about/about-instance/about-instance.component.scss2
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.scss2
-rw-r--r--client/src/app/+accounts/accounts.component.scss2
-rw-r--r--client/src/app/+error-page/error-page.component.scss2
-rw-r--r--client/src/app/+login/login.component.scss7
6 files changed, 8 insertions, 9 deletions
diff --git a/client/src/app/+about/about-follows/about-follows.component.scss b/client/src/app/+about/about-follows/about-follows.component.scss
index e80e9d96e..25c8ac70a 100644
--- a/client/src/app/+about/about-follows/about-follows.component.scss
+++ b/client/src/app/+about/about-follows/about-follows.component.scss
@@ -10,4 +10,4 @@ a {
10.no-results { 10.no-results {
11 justify-content: flex-start; 11 justify-content: flex-start;
12 align-items: flex-start; 12 align-items: flex-start;
13} \ No newline at end of file 13}
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss
index 7ff6539ca..e328cfb60 100644
--- a/client/src/app/+about/about-instance/about-instance.component.scss
+++ b/client/src/app/+about/about-instance/about-instance.component.scss
@@ -47,4 +47,4 @@
47 .section-title { 47 .section-title {
48 color: var(--mainForegroundColor); 48 color: var(--mainForegroundColor);
49 } 49 }
50} \ No newline at end of file 50}
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss
index efb8b49f5..001405dc7 100644
--- a/client/src/app/+about/about-peertube/about-peertube.component.scss
+++ b/client/src/app/+about/about-peertube/about-peertube.component.scss
@@ -16,4 +16,4 @@
16 font-size: 1.1rem; 16 font-size: 1.1rem;
17 text-align: center; 17 text-align: center;
18 margin-bottom: 1rem; 18 margin-bottom: 1rem;
19} \ No newline at end of file 19}
diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss
index 331008f8a..908e4eeda 100644
--- a/client/src/app/+accounts/accounts.component.scss
+++ b/client/src/app/+accounts/accounts.component.scss
@@ -117,4 +117,4 @@
117 margin: auto !important; 117 margin: auto !important;
118 width: min-content; 118 width: min-content;
119 } 119 }
120} \ No newline at end of file 120}
diff --git a/client/src/app/+error-page/error-page.component.scss b/client/src/app/+error-page/error-page.component.scss
index 5193c2871..d36cc1701 100644
--- a/client/src/app/+error-page/error-page.component.scss
+++ b/client/src/app/+error-page/error-page.component.scss
@@ -15,7 +15,7 @@
15 15
16 16
17 .box { 17 .box {
18 @include font-size(1.20rem); 18 @include font-size(1.25rem);
19 19
20 text-align: start; 20 text-align: start;
21 padding: 0 15px; 21 padding: 0 15px;
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss
index f5c909bdb..f981cd3d3 100644
--- a/client/src/app/+login/login.component.scss
+++ b/client/src/app/+login/login.component.scss
@@ -13,14 +13,13 @@ input[type=email] {
13 @include peertube-input-text(100%); 13 @include peertube-input-text(100%);
14} 14}
15 15
16//garder ça ou deux flex-grow-1 flex-shrink-1 lignes 39 et 104
17.wrapper { 16.wrapper {
18 display: flex; 17 display: flex;
19 justify-content: space-between; 18 justify-content: space-between;
20 flex-wrap: wrap; 19 flex-wrap: wrap;
21 margin: auto; 20 margin: auto;
22 21
23 >div { 22 > div {
24 flex: 1 1; 23 flex: 1 1;
25 } 24 }
26} 25}
@@ -31,7 +30,7 @@ input[type=email] {
31} 30}
32 31
33.alert { 32.alert {
34 @include rfs(0 auto 2rem, margin); 33 @include margin(0, auto, 2rem, auto);
35} 34}
36 35
37.login-form-and-externals { 36.login-form-and-externals {
@@ -115,4 +114,4 @@ input[type=email] {
115 display: inline; 114 display: inline;
116 } 115 }
117 } 116 }
118} \ No newline at end of file 117}