mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Improvements to send SMS page
- make messages align horizontally - change wording of step 2 (from Lorena)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
display: inline;
|
||||
background: $light-blue;
|
||||
color: $white;
|
||||
white-space: nowrap;
|
||||
padding: 0 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@@ -10,17 +10,22 @@
|
||||
white-space: nowrap;
|
||||
clear: both;
|
||||
|
||||
.block-label {
|
||||
float: none;
|
||||
clear: none;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
&-radio {
|
||||
padding-right: 10px;
|
||||
box-sizing: border-box;
|
||||
vertical-align: top;
|
||||
width: 33%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.block-label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sms-message {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
max-width: 66%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -33,5 +33,6 @@
|
||||
@import "components/sms-message";
|
||||
@import "components/button";
|
||||
@import "components/table";
|
||||
|
||||
// TODO: break this up
|
||||
@import "app";
|
||||
|
||||
Reference in New Issue
Block a user