Skip to content

Commit

Permalink
chore: rename samples to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperoni505 committed Nov 27, 2023
1 parent 4f946ef commit df9d0c5
Show file tree
Hide file tree
Showing 133 changed files with 21,849 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
.auth-container {
font-size: x-large;
width: 100%;
height: 100%;
position: relative;
top: 100px;
}

.button {
width: 150px;
height: 50px;
font-size: x-large;
margin-top: 5px;
background: white;
color: black;
display: flex;
justify-content: center;
align-items: center;
}

.qr-code {
width: 300px;
height: 300px;
display: none;
}

.horizontal {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.vertical {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

/* Dropdown container */
.dropdown {
position: relative;
display: inline-block;
width: 300px;
text-align: center;
}

/* Dropdown button */
.dropdown-toggle {
background: white;
color: black;
padding: 10px;
width: 100%;
}

/* Dropdown menu */
.dropdown-menu {
display: none;
position: absolute;
background: white;
color: black;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}

.dropdown-menu li {
padding: 10px;
width: 100%;
}

#InstrumentContent {
width: 100%;
height: 100%;
}
File renamed without changes.
Loading

0 comments on commit df9d0c5

Please sign in to comment.