mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
rename .close-button style to not conflict
This commit is contained in:
parent
b2362204b3
commit
316f26bed5
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ const React = require('react');
|
|||
require('./button.scss');
|
||||
|
||||
const Button = props => {
|
||||
const classes = classNames('button', props.className, {'close-button': props.isCloseType});
|
||||
const classes = classNames('button', props.className, {'forms-close-button': props.isCloseType});
|
||||
|
||||
return (
|
||||
<button
|
||||
|
|
|
@ -54,7 +54,7 @@ $pass-bg: $ui-aqua;
|
|||
}
|
||||
}
|
||||
|
||||
.close-button {
|
||||
.forms-close-button {
|
||||
padding: 0;
|
||||
|
||||
position: absolute;
|
||||
|
@ -69,6 +69,6 @@ $pass-bg: $ui-aqua;
|
|||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.close-button img {
|
||||
.forms-close-button img {
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue