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# app-container {
2028}
2129
2230.reactTab {
31+ padding : 10px ;
2332 display : grid;
2433 grid-template-rows : 1fr 3fr ;
2534 grid-template-columns : 1fr 3fr ;
@@ -35,19 +44,19 @@ body{
3544 max-height : 150px ;
3645 overflow-y : scroll;
3746 border : 1px solid black;
38- border-radius : 5px ;
3947 padding : 5px 5px ;
4048 margin-right : 10px ;
4149}
4250
4351# treeWrapper {
52+ text-align : center;
4453 grid-area : tree;
4554 height : 700px ;
46- background-color : rgba (214 , 214 , 214 , 0.4 );
47- border : 1px solid rgba (0 , 0 , 0 , 0.3 );
48- border-radius : 5px ;
4955 padding : 10px ;
5056 margin-left : 10px ;
57+ font-family : 'Roboto' ;
58+ font-size : .9em ;
59+ letter-spacing : 1.5px ;
5160}
5261
5362.rd3t-tree-container {
@@ -59,13 +68,25 @@ body{
5968 white-space : pre-wrap;
6069}
6170
62- /* graph tab */
6371.graphQLTab {
6472 display : flex;
6573 flex-direction : row;
6674 justify-content : center;
6775}
6876
77+ button {
78+ font-size : 10px ;
79+ text-transform : uppercase;
80+ letter-spacing : 1.15px ;
81+ border : solid 1px rgba (214 , 214 , 214 );
82+ border-radius : 4px ;
83+ padding : 0px 6px ;
84+ height : 20px ;
85+ cursor : pointer;
86+ font-family : 'Avenir' ;
87+ transition : all .4s ease;
88+ margin : 5px ;
89+ }
6990
7091/* For window */
7192# window {
@@ -85,26 +106,23 @@ body{
85106}
86107.window-btn {
87108 width : 30% ;
109+ height : 35px ;
88110 box-sizing : border-box;
89- border : solid 1px rgba (214 , 214 , 214 );
90- color : rgba (214 , 214 , 214 , 0.8 );
91- text-transform : uppercase;
92- border-radius : 5px ;
111+ color : # 555 ;
93112 background-color : Transparent;
94113 font-size : 15px ;
95114 padding : 5px 0 ;
96- cursor : pointer;
97- font-family : 'Avenir' ;
98- transition : all .4s ease;
99115}
100- . window-btn : focus {
116+ button : focus {
101117 outline : none;
102118}
103- .window-btn : hover {
104- background-color : rgba (214 , 214 , 214 , 0.8 );
105- color : black;
119+ button : hover {
120+ background-color : # 555 ;
121+ border : none;
122+ color : white;
106123}
107124.active {
108- background-color : rgba (214 , 214 , 214 , 0.8 );
109- color : black;
125+ background-color : # 555 ;
126+ border : none;
127+ color : white;
110128}
0 commit comments