1+ @import url ('https://fonts.googleapis.com/css?family=Roboto:300' );
12* {
23 margin : 0px ;
34}
5+
46body {
5- background-color : rgb (255 , 255 , 255 );
6- /* background: #8e9eab; fallback for old browsers;
7- background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab); Chrome 10-25, Safari 5.1-6;
8- background: linear-gradient(to right, #eef2f3, #8e9eab); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+; */
7+ background : linear-gradient (to right, # ffffff, # e2ebf0 );
8+ }
9+
10+ h2 {
11+ font-family : 'Avenir' ;
12+ letter-spacing : 1px ;
13+ font-weight : 100 ;
14+ font-size : 1.5em ;
15+ padding : 5px ;
16+ text-transform : uppercase;
917}
1018
1119@media screen and (max-width : 600px ) {
8391}
8492
8593.reactTab {
94+ padding : 10px ;
8695 display : grid;
8796 grid-template-rows : 1fr 3fr ;
8897 grid-template-columns : 1fr 3fr ;
@@ -98,20 +107,20 @@ body{
98107 max-height : 150px ;
99108 overflow-y : scroll;
100109 border : 1px solid black;
101- border-radius : 5px ;
102110 padding : 5px 5px ;
103111 margin-right : 10px ;
104112}
105113
106114
107115# treeWrapper {
116+ text-align : center;
108117 grid-area : tree;
109118 height : 700px ;
110- background-color : rgba (214 , 214 , 214 , 0.4 );
111- border : 1px solid rgba (0 , 0 , 0 , 0.3 );
112- border-radius : 5px ;
113119 padding : 10px ;
114120 margin-left : 10px ;
121+ font-family : 'Roboto' ;
122+ font-size : .9em ;
123+ letter-spacing : 1.5px ;
115124}
116125
117126.rd3t-tree-container {
@@ -123,13 +132,26 @@ body{
123132 white-space : pre-wrap;
124133}
125134
126- /* graph tab */
127135.graphQLTab {
128136 display : flex;
129137 flex-direction : row;
130138 justify-content : center;
131139}
132140
141+ button {
142+ font-size : 10px ;
143+ text-transform : uppercase;
144+ letter-spacing : 1.15px ;
145+ border : solid 1px rgba (214 , 214 , 214 );
146+ border-radius : 4px ;
147+ padding : 0px 6px ;
148+ height : 20px ;
149+ cursor : pointer;
150+ font-family : 'Avenir' ;
151+ transition : all .4s ease;
152+ margin : 5px ;
153+ }
154+
133155.toggleOn {
134156 background-color : rgba (214 , 214 , 214 , 0.8 );
135157 color : white;
@@ -153,26 +175,23 @@ body{
153175}
154176.window-btn {
155177 width : 30% ;
178+ height : 35px ;
156179 box-sizing : border-box;
157- border : solid 1px rgba (214 , 214 , 214 );
158- color : rgba (214 , 214 , 214 , 0.8 );
159- text-transform : uppercase;
160- border-radius : 5px ;
180+ color : # 555 ;
161181 background-color : Transparent;
162182 font-size : 15px ;
163183 padding : 5px 0 ;
164- cursor : pointer;
165- font-family : 'Avenir' ;
166- transition : all .4s ease;
167184}
168- . window-btn : focus {
185+ button : focus {
169186 outline : none;
170187}
171- .window-btn : hover {
172- background-color : rgba (214 , 214 , 214 , 0.8 );
173- color : black;
188+ button : hover {
189+ background-color : # 555 ;
190+ border : none;
191+ color : white;
174192}
175193.active {
176- background-color : rgba (214 , 214 , 214 , 0.8 );
177- color : black;
194+ background-color : # 555 ;
195+ border : none;
196+ color : white;
178197}
0 commit comments