dev #33
@@ -15,8 +15,8 @@
 | 
				
			|||||||
.tooltip-window {
 | 
					.tooltip-window {
 | 
				
			||||||
    position: fixed;
 | 
					    position: fixed;
 | 
				
			||||||
    right: 0;
 | 
					    right: 0;
 | 
				
			||||||
    filter: drop-shadow(-2px 0px 2px darkgray);
 | 
					    /* filter: drop-shadow(-2px 0px 2px black); */
 | 
				
			||||||
    background: #e8f3f7;
 | 
					    background: #FFFFFF;
 | 
				
			||||||
    padding: 15px 30px;
 | 
					    padding: 15px 30px;
 | 
				
			||||||
    font-family: 'Nunito', sans-serif;
 | 
					    font-family: 'Nunito', sans-serif;
 | 
				
			||||||
    width: 40%;
 | 
					    width: 40%;
 | 
				
			||||||
@@ -31,9 +31,6 @@
 | 
				
			|||||||
    content: "▼";
 | 
					    content: "▼";
 | 
				
			||||||
} */
 | 
					} */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.tooltip-window .tip {
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.bordered-field {
 | 
					.bordered-field {
 | 
				
			||||||
    border: 2px solid rgba(93, 99, 96, 0.705);
 | 
					    border: 2px solid rgba(93, 99, 96, 0.705);
 | 
				
			||||||
    border-radius: 5px;
 | 
					    border-radius: 5px;
 | 
				
			||||||
@@ -393,7 +390,7 @@
 | 
				
			|||||||
    padding: 15px 0;
 | 
					    padding: 15px 0;
 | 
				
			||||||
    margin: 5px 0px;
 | 
					    margin: 5px 0px;
 | 
				
			||||||
    font-size: 18px;
 | 
					    font-size: 18px;
 | 
				
			||||||
    background: #b9afaf;
 | 
					    background: #ADAEBA;
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
    border-bottom: darkgray 2px solid !important;
 | 
					    border-bottom: darkgray 2px solid !important;
 | 
				
			||||||
    border-radius: 5px;
 | 
					    border-radius: 5px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user