Remove division from sass files
This commit is contained in:
parent
51cec281ab
commit
b2f4f1d492
4 changed files with 9 additions and 9 deletions
|
|
@ -96,7 +96,7 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
|
|||
color: black;
|
||||
background-color: white !important;
|
||||
border: 1px solid black;
|
||||
border-radius: $chat-standard-padding / 2;
|
||||
border-radius: $chat-standard-padding * 0.5;
|
||||
height: $chat-standard-padding;
|
||||
margin-top: $chat-standard-padding-xs;
|
||||
margin-bottom: $chat-standard-padding-xs;
|
||||
|
|
@ -118,7 +118,7 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
|
|||
font-size: 11 * $chat-text-size;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: $chat-standard-padding / 2;
|
||||
border-radius: $chat-standard-padding * 0.5;
|
||||
height: $chat-standard-padding !important;
|
||||
min-height: $chat-standard-padding !important;
|
||||
margin-top: $chat-standard-padding-xs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue