UNCLASSIFIED

Commit 817dc78a authored by Deven Phillips's avatar Deven Phillips
Browse files

Updated Styling of Denial Notification

parent 7ff75c2b
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
label="Templated Responses" label="Templated Responses"
return-object return-object
single-line single-line
outlined light
outlined
hide-details
class="select mx-auto" class="select mx-auto"
@change="updateTextArea()" @change="updateTextArea()"
></v-select> ></v-select>
...@@ -126,6 +128,7 @@ export default { ...@@ -126,6 +128,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.select { .select {
background-color: white;
width: 60%; width: 60%;
height: 56px; height: 56px;
font-size: 14px; font-size: 14px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment