Spaces:
Running
Running
#warning {background-color: #FFCCCB} | |
.tools_button { | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: center; | |
background: white; | |
border: none ; | |
box-shadow: none ; | |
text-align: center; | |
color: black; | |
} | |
.tools_button_clicked { | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: center; | |
background: white; | |
border: none ; | |
box-shadow: none ; | |
text-align: center; | |
color: rgb(18,150,219); | |
} | |
.tools_button_add { | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: center; | |
background: white; | |
border: none ; | |
box-shadow: none ; | |
text-align: center; | |
color: rgb(18,150,219); | |
} | |
.info_btn { | |
background: rgb(245, 245, 245) ; | |
border: none ; | |
box-shadow: none ; | |
font-size: 15px ; | |
min-width: 6rem ; | |
max-width: 10rem ; | |
} | |
.info_btn_interact { | |
background: rgb(217, 217, 217) ; | |
box-shadow: none ; | |
font-size: 15px ; | |
min-width: 6rem ; | |
max-width: 10rem ; | |
} | |
.function_button { | |
background: rgb(227, 226, 226) ; | |
border: none ; | |
box-shadow: none ; | |
} | |
.function_button_rec { | |
background: rgb(189, 189, 189) ; | |
border: none ; | |
box-shadow: none ; | |
} | |
.small_button { | |
font-size: 12px ; | |
padding: 2px 8px ; | |
min-width: 60px ; | |
height: 30px ; | |
} | |
#tool_box {max-width: 50px} |