Commented main.css

This commit is contained in:
eichehome 2022-02-01 22:56:23 +01:00
parent 37b0807cde
commit 2e05867c74

View file

@ -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;