diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-14 13:50:19 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-14 13:50:19 +0100 |
commit | dc8bc31be517a53e8fbe7100cfe45cd73f596de0 (patch) | |
tree | c0b0d6641dd352dafff93b8fd33ddb262b59aa47 /client/stylesheets/bootstrap-variables.scss | |
parent | bd324a669218f9ed302f7f54b36ee535d25c9733 (diff) | |
download | PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.tar.gz PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.tar.zst PeerTube-dc8bc31be517a53e8fbe7100cfe45cd73f596de0.zip |
Angular application :first draft
Diffstat (limited to 'client/stylesheets/bootstrap-variables.scss')
-rw-r--r-- | client/stylesheets/bootstrap-variables.scss | 6 |
1 files changed, 3 insertions, 3 deletions
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 |