Commented main.css
This commit is contained in:
parent
37b0807cde
commit
2e05867c74
1 changed files with 5 additions and 3 deletions
|
@ -14,23 +14,25 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Styling für Handy */
|
||||
@import url(normalize.css);
|
||||
/* Popupbox stylen */
|
||||
.message {
|
||||
max-width: 30em;
|
||||
margin: 0 auto 15px;
|
||||
padding: 4px 12px;
|
||||
}
|
||||
|
||||
/* Aussehen im Erfolgsfall */
|
||||
.message.error {
|
||||
background-color: #ffdddd;
|
||||
border-left: 6px solid #f44336;
|
||||
}
|
||||
|
||||
/* Aussehen im Fehlerfall */
|
||||
.message.sucsses {
|
||||
background-color: #ddffdd;
|
||||
border-left: 6px solid #4CAF50;
|
||||
}
|
||||
/* Position der Box */
|
||||
.modal {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in a new issue