diff --git a/resources/css/snackbar.min.css b/resources/css/snackbar.min.css new file mode 100644 index 0000000..e74cee7 --- /dev/null +++ b/resources/css/snackbar.min.css @@ -0,0 +1 @@ +.snackbar-container{transition:all .5s ease;transition-property:top,right,bottom,left,opacity;font-family:Roboto,sans-serif;font-size:14px;min-height:14px;background-color:#070b0e;position:fixed;display:flex;justify-content:space-between;align-items:center;color:#fff;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999}.snackbar-container .action{background:inherit;display:inline-block;border:none;font-size:inherit;text-transform:uppercase;color:#4caf50;margin:0 0 0 24px;padding:0;min-width:min-content;cursor:pointer}@media (min-width:640px){.snackbar-container{min-width:288px;max-width:568px;display:inline-flex;border-radius:2px;margin:24px}}@media (max-width:640px){.snackbar-container{left:0;right:0;width:100%}}.snackbar-pos.bottom-center{top:auto!important;bottom:0;left:50%;transform:translate(-50%,0)}.snackbar-pos.bottom-left{top:auto!important;bottom:0;left:0}.snackbar-pos.bottom-right{top:auto!important;bottom:0;right:0}.snackbar-pos.top-left{bottom:auto!important;top:0;left:0}.snackbar-pos.top-center{bottom:auto!important;top:0;left:50%;transform:translate(-50%,0)}.snackbar-pos.top-right{bottom:auto!important;top:0;right:0}@media (max-width:640px){.snackbar-pos.bottom-center,.snackbar-pos.top-center{left:0;transform:none}} \ No newline at end of file diff --git a/resources/css/style.css b/resources/css/style.css index 3a532ac..a71826c 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -166,3 +166,23 @@ body::after { line-height: 60px; background-color: #f5f5f5; } + +/* Small devices (landscape phones, 576px and up) */ +@media (min-width: 576px) { + +} + +/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */ +@media (min-width: 768px) { + +} + +/* Large devices (desktops, 992px and up) */ +@media (min-width: 992px) { + +} + +/* Extra large devices (large desktops, 1200px and up) */ +@media (min-width: 1200px) { + +} diff --git a/resources/index.html b/resources/index.html index 3f1f229..023d7ee 100644 --- a/resources/index.html +++ b/resources/index.html @@ -19,6 +19,7 @@ + @@ -29,7 +30,10 @@ - + + + + @@ -93,7 +97,7 @@