File tree Expand file tree Collapse file tree 1 file changed +0
-61
lines changed Expand file tree Collapse file tree 1 file changed +0
-61
lines changed Original file line number Diff line number Diff line change 1
- /**
2
- * Copyright 2017 Google Inc. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
1
17
- html , body {
18
- font-family : 'Roboto' , 'Helvetica' , sans-serif;
19
- }
20
- .mdl-grid {
21
- max-width : 1024px ;
22
- margin : auto;
23
- }
24
- .mdl-card {
25
- min-height : 0 ;
26
- padding-bottom : 5px ;
27
- }
28
- .mdl-layout__header-row {
29
- padding : 0 ;
30
- }
31
- # message-form {
32
- display : flex;
33
- flex-direction : column;
34
- }
35
- # message-form button {
36
- max-width : 300px ;
37
- }
38
- # message-list {
39
- padding : 0 ;
40
- width : 100% ;
41
- }
42
- # message-list > div {
43
- padding : 15px ;
44
- border-bottom : 1px # f1f1f1 solid;
45
- }
46
- h3 {
47
- background : url ('firebase-logo.png' ) no-repeat;
48
- background-size : 40px ;
49
- padding-left : 50px ;
50
- }
51
- # demo-signed-out-card ,
52
- # demo-signed-in-card ,
53
- # demo-subscribe-button ,
54
- # demo-unsubscribe-button ,
55
- # demo-subscribed-text-container ,
56
- # demo-unsubscribed-text-container {
57
- display : none;
58
- }
59
- # demo-subscribe-button ,
60
- # demo-unsubscribe-button {
61
- margin-right : 20px ;
62
- }
You can’t perform that action at this time.
0 commit comments