|
@@ -25,20 +25,22 @@
|
|
|
|
|
|
|
|
// see http://coliss.com/articles/build-websites/operation/css/css-apple-keyboard-style-by-nrjmadan.html
|
|
// see http://coliss.com/articles/build-websites/operation/css/css-apple-keyboard-style-by-nrjmadan.html
|
|
|
.key {
|
|
.key {
|
|
|
- /*Box Properties*/
|
|
|
|
|
|
|
+ /* Box Properties */
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 36px;
|
|
width: 36px;
|
|
|
height: 36px;
|
|
height: 36px;
|
|
|
- margin: 0px 4px;
|
|
|
|
|
- /*Text Properties*/
|
|
|
|
|
|
|
+ margin: 0 4px;
|
|
|
|
|
+
|
|
|
|
|
+ /* Text Properties */
|
|
|
font: 18px/36px Helvetica, serif;
|
|
font: 18px/36px Helvetica, serif;
|
|
|
color: bs.$secondary;
|
|
color: bs.$secondary;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
|
background: white;
|
|
background: white;
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
- box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
|
|
|
|
|
- /* SVG Properties*/
|
|
|
|
|
|
|
+ box-shadow: 0 1px 3px 1px rgb(0 0 0 / 50%);
|
|
|
|
|
+
|
|
|
|
|
+ /* SVG Properties */
|
|
|
polygon {
|
|
polygon {
|
|
|
fill: bs.$secondary;
|
|
fill: bs.$secondary;
|
|
|
}
|
|
}
|
|
@@ -63,9 +65,11 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
|
|
|
+
|
|
|
// width: 180px;
|
|
// width: 180px;
|
|
|
height: 41px;
|
|
height: 41px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
// dd {
|
|
// dd {
|
|
|
// margin-left: 190px;
|
|
// margin-left: 190px;
|
|
|
// }
|
|
// }
|